cancel
Showing results for 
Search instead for 
Did you mean: 

Where to find the logs in Alfresco

rajavb
Champ in-the-making
Champ in-the-making
Hi All,
I my office we are using Alfresco3.1 with Tomcat & mysql.
The instalation path are as below
Operating system : Linux
Path : /opt/Alfresco
          /opt/Alfresco/tomcat
          /opt/mysql/mysql-5.1.35-linux-i686-icc-glibc23

Where can i find the user who are accessing Alfresco?.. Error logs of user access.

For Example: A user is trying to move files within his group document library, but he is getting Permission denied (even though the user has permission) so where to find this details and how to identify the real case of this issue.
Thanks,
3 REPLIES 3

zaizi
Champ in-the-making
Champ in-the-making
The alfresco log file on a typical installation should be in /opt/alfresco/alfresco.log. Or you can also check /opt/alfresco/tomcat/logs/catalina.out.

However, the logs will not tell you why the permission error happened (unless you turn on debugging).

Are any of the files locked or working versions?

rajavb
Champ in-the-making
Champ in-the-making
Hi Zaizi,
As i am new to Alfresco please tell me.
How to find files locked or not & also please tell me how to turn on debugging.

sselvan
Champ in-the-making
Champ in-the-making
General Log4J configuration is explained here - http://wiki.alfresco.com/wiki/Log4J_Configuration

Basically you can edit log4j.properties in alfresco/WEB-INF/classes/log4j/properties to turn on levels to different modules as DEBUG, INFO or ERROR.