-rw-rw-r--. 1 bamboocit devcit 502 Dec 5 08:15 catalina.2013-12-05.log
-rw-rw-r--. 1 bamboocit devcit 15845 Dec 5 13:33 localhost.2013-12-05.log
-rw-rw-r--. 1 bamboocit devcit 54736154 Dec 5 14:52 access_log.2013-12-05
-rw-rw-r--. 1 bamboocit devcit 22404170373 Dec 5 14:52 catalina.out
That catalina.out file is 22 gigs all on its own.
So if it is creating separate catalina.{datestamp}.log files why is it still outputting to catalina.out?
You can adapt the logging configuration in conf/logging.properties, this is happending because next to the rolling appender the standard out is enabled too.
Simply remove the 'ConsoleHandler' from the handler properties to get rid of this file.
Is this a good answer, though? Is the standard out not helpful? Or is it something that should be enabled only at certain times?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.