Re: Tomcat 9 empty log files

2018-04-12 Thread Mark Thomas
On 12/04/18 09:07, Greg Huber wrote: > Hello, > > For my tomcat 9 there are now two additional log files (which are always > empty) : > > host-manager.2018-04-11.log > manager.2018-04-11.log > > Where do these come from as my webapps directory is empty and does not have > any applications? The

Tomcat 9 empty log files

2018-04-12 Thread Greg Huber
Hello, For my tomcat 9 there are now two additional log files (which are always empty) : host-manager.2018-04-11.log manager.2018-04-11.log Where do these come from as my webapps directory is empty and does not have any applications? Cheers Greg

Re: Empty log files

2008-01-29 Thread david delbecq
x27;t want rolling file. If your problem is that ther should be something in those files, maybe you set the threshold level of information to high (crtitical only probably) Jonathan Mast a écrit : Tomcat is generating a lot of empty log files of at least to types: manager..log and host-manage

Empty log files

2008-01-29 Thread Jonathan Mast
Tomcat is generating a lot of empty log files of at least to types: manager..log and host-manager..log I googled ["empty log files" tomcat] and did not find satisfactory answers (or any answers for that matter). thanks

RE: Disabled Admin and Manager creating empty log files

2006-11-22 Thread Caldarale, Charles R
> From: Spammed TooMuch [mailto:[EMAIL PROTECTED] > Subject: Disabled Admin and Manager creating empty log files > > But, we are still seeing, empty, admin..log and > manager..log files in $CATALINA_HOME/logs! Go into conf/logging.properties and remove or comment out the vari

Disabled Admin and Manager creating empty log files

2006-11-22 Thread Spammed TooMuch
urry eyed but seeing nothing about this. Can anyone who's debugged this already tell me how to get it to stop creating, and rolling over, these empty log files? I have even tried 3manager.org.apache.juli.FileHandler.level = OFF 4admin.org.apache.juli.FileHandler.level = OFF i