Tomcat Access Log 的格式

Posted 初级编程

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tomcat Access Log 的格式相关的知识,希望对你有一定的参考价值。

名称含义
%a Remote IP address
%A Local IP address
%b Bytes sent, excluding HTTP headers, or ‘-‘ if zero
%B Bytes sent, excluding HTTP headers
%h Remote host name (or IP address if enableLookups for the connector is false)
%H Request protocol
%l Remote logical username from identd (always returns ‘-‘)
%m Request method (GET, POST, etc.)
%p Local port on which this request was received
%q Query string (prepended with a ‘?’ if it exists)
%r First line of the request (method and request URI)
%s HTTP status code of the response
%S User session ID
%t Date and time, in Common Log Format
%u Remote user that was authenticated (if any), else ‘-‘
%U Requested URL path
%v Local server name
%D Time taken to process the request, in millis
%T Time taken to process the request, in seconds
%F Time taken to commit the response, in millis
%I Current request thread name (can compare later with stacktraces)

以上是关于Tomcat Access Log 的格式的主要内容,如果未能解决你的问题,请参考以下文章

如何关闭tomcat的localhost_access_log?

tomcat access log 参数

spring boot框架下如何过滤tomcat生成的访问日志

tomcat 格式化输出到kafka

在这个文件 localhost_access_log.2014-08-30.txt 上得到拒绝访问的 apache tomcat 错误?

linux清空文件内容