tomcat格式化配置访问日志


<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
<Context path="/xxx" docBase="/data/www/xxx" reloadable="true" />
<Valve className="org.apache.catalina.valves.AccessLogValve" condition="drop" directory="/data/debug-logs/" rotatable="true" fileDateFormat="yyyy-MM-dd" pattern="%t %{sinternalid}s %{suserid}s %{x-up-calling-line-id}i" prefix="localhost_access_log." suffix=".log" />

</Host>


tomcat 格式化访问日志,而且可以从header、session中取值,很爽,节约大量的统计工作!

摘录官方网站一段:
There is also support to write information from the cookie, incoming header, the Session or something else in the ServletRequest. It is modeled after the apache syntax:

* %{xxx}i for incoming headers
* %{xxx}o for outgoing response headers
* %{xxx}c for a specific cookie
* %{xxx}r xxx is an attribute in the ServletRequest
* %{xxx}s xxx is an attribute in the HttpSession

官方文档页面:http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值