读书人

resin日记

发布时间: 2012-10-31 14:37:32 作者: rapoo

resin日志
resin-pro-3.1.9\conf\resin.conf

<host-default>      <!--         - With another web server, like Apache, this can be commented out         - because the web server will log this information.        -->      <stdout-log path="log/stdout.log" timestamp="[%Y-%m-%d %H:%M:%S] " rollover-size="200mb" />      <stderr-log path="log/stderr.log" timestamp="[%Y-%m-%d %H:%M:%S] " rollover-size="200mb"/>      <access-log path="logs/access.log"             format='%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"'            rollover-period="1W"/>

读书人网 >编程

热点推荐