cancel
Showing results for 
Search instead for 
Did you mean: 

Log file location

netjess
Champ in-the-making
Champ in-the-making
I would like to change the location of the file "alfresco.log".
I am running Alfresco on a Windows 2003 Server.
It is currently stored in D:\Tomcat_5.5\ and I would like to have it maintained under D:\Tomcat_5.5\logs\.
I have done some searching but have not found a reference and do not see anything about it in the Administraton Console.

Thanks in advance.
1 REPLY 1

dhalupa
Champ on-the-rise
Champ on-the-rise
open the file D:\Tomcat_5.5\ webapps\alfresco\WEB-INF\classes\log4j.properties and replace the line
log4j.appender.File.File=alfresco.log
with
log4j.appender.File.File=logs/alfresco.log

Kind regards,

Denis