You can prevent this log file from being created by editing the <CATALINA_HOME>/conf/server.xml file and commenting out the following section:
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs"
prefix="localhost_access_log." suffix=".txt"
pattern="%h %l %u %t "%r" %s %b" />
Once this section is commented out, restart Alfresco, and the localhost_access_log files will no longer be created.
No comments:
Post a Comment