Re: Linux Logging Rotate

2016-05-22 Thread Anthony Biacco
On Thu, May 19, 2016 at 11:47 PM, Yuval Schwartz wrote: > Thanks Christopher, that's informative. > I've decided to just manually move (via ftp) the dated files off the server > and just clear Catalina.out (like your link says, the only unique output it > includes is

Re: Linux Logging Rotate

2016-05-19 Thread Yuval Schwartz
Thanks Christopher, that's informative. I've decided to just manually move (via ftp) the dated files off the server and just clear Catalina.out (like your link says, the only unique output it includes is system.out/err). Eventually I will implement a more thorough logging solution. Let me know if

Re: Linux Logging Rotate

2016-05-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/18/16 7:41 AM, Yuval Schwartz wrote: > Hello, > > I am currently running a web application: > > Tomcat: 8.0.22 JDK: 1.8.0_05 Server: Amazon Linux AMI > > At the moment, I am simply using the default logging. catalina.out >

Linux Logging Rotate

2016-05-18 Thread Yuval Schwartz
Hello, I am currently running a web application: Tomcat: 8.0.22 JDK: 1.8.0_05 Server: Amazon Linux AMI At the moment, I am simply using the default logging. catalina.out catalina.[date].log localhost.[date].log host-manager.[date].log localhost_access_log.[date].log manager.[date].log These