[Building Sakai] How to turn on logging in Sakai 2.6

Matthew Buckett matthew.buckett at oucs.ox.ac.uk
Wed Aug 19 13:21:53 PDT 2009


2009/8/19 Nikolay Chillev <chillev.nikolay at gmail.com>:
> I have downloaded binary sakai-bin-2.6.0.zip and dropped into tomcat, but
> the size of log files in TOMCAT_HOME\logs continues to be 0 bytes while
> Tomcat is running. It seems that all logging goes to console

I'm assuming your on Windows? If you are starting tomcat from the
command line with something like:

catalina run

then it doesn't start tomcat in the background and logs to the
console, this is normally used when doing development. But if you use:

catalina start

then it should detach from the console and log into the tomcat log
folder. You can then stop it with:

catalina stop

-- 
  Matthew Buckett


More information about the sakai-dev mailing list