Ok I'm back with another problem (setting up CIFS), and again I'd really like to see some logging…
Here's what I figured out:
I can modify webapps/alfresco/WEB-INF/classes/log4j.properties, and these are taken into account. A file as well created with the name and path I specify there (but for some reason, nothing is ever written to that file - despite I set the log filter to DEBUG)
But also, when I run Tomcat, I get an error in catalina.out: permission denied to alfresco.log
If I run Tomcat as root, that alfresco.log is created from where I ran Tomcat. This is apparently ANOTHER log file than the one I can specify in log4j.properties.
So I was wondering: where can I change this? I only want 1 log file in a given directory.
Thanks a lot and don't hesitate to ask if you need more info