Re: tomcat logging

2022-06-09 Thread tomcat-lists
Hi Alan, On 09.06.22 12:56, Alan F wrote: > Tomcat logging > > I would like to add a delimiter or characters " " around {user-agent} for > logging, I wanted it in double quotes for example "Mozilla 5.0.." but can't > seem to make it work. Or even adding a # symbol before would help any ideas

RE: Tomcat logging with Log4j

2014-04-18 Thread Scott Bailey
hultz [mailto:ch...@christopherschultz.net] Sent: Thursday, April 17, 2014 4:41 PM To: Tomcat Users List Subject: Re: Tomcat logging with Log4j -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Scott, On 4/16/14, 10:15 AM, Scott Bailey wrote: > I was able to get one of our developers and it was

Re: Tomcat logging with Log4j

2014-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Scott, On 4/16/14, 10:15 AM, Scott Bailey wrote: > I was able to get one of our developers and it was simple for them > to add the logging for our app to the logback we are using a file > and add logging rotation. My issue is resolved. Thanks for th

RE: Tomcat logging with Log4j

2014-04-16 Thread Scott Bailey
: Tuesday, April 15, 2014 3:15 PM To: Tomcat Users List Subject: RE: Tomcat logging with Log4j Hello Christopher, > What steps did you actually take? Steps on this site: http://mrhaki.blogspot.com/2011/02/configure-log4j-on-tomcat.html Downloaded new jars from "extras" for tomcat. tomcat

RE: Tomcat logging with Log4j

2014-04-15 Thread Scott Bailey
logged it to the log file. Thanks! -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, April 15, 2014 2:22 PM To: Tomcat Users List Subject: Re: Tomcat logging with Log4j -BEGIN PGP SIGNED MESS

Re: Tomcat logging with Log4j

2014-04-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Scott, On 4/15/14, 2:50 PM, Scott Bailey wrote: > We need to add log rotation and log size management to tomcat 7. > Tried converting to Log4j steps from tomcat website > (http://tomcat.apache.org/tomcat-7.0-doc/logging.html) but did not > work,

Re: Tomcat logging, request

2013-10-26 Thread Mark Thomas
"André Warnier" wrote: >Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> André, >> >> On 10/25/13, 7:18 AM, André Warnier wrote: >>> For example, a utility such as logrotate, in the sysadmin world, is >>> like a gift of God. Most server-like programs allow l

Re: Tomcat logging, request

2013-10-25 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 10/25/13, 7:18 AM, André Warnier wrote: For example, a utility such as logrotate, in the sysadmin world, is like a gift of God. Most server-like programs allow logrotate to rotate their logfiles, compress old

Re: Tomcat logging, request

2013-10-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 10/25/13, 7:18 AM, André Warnier wrote: > For example, a utility such as logrotate, in the sysadmin world, is > like a gift of God. Most server-like programs allow logrotate to > rotate their logfiles, compress old ones, remove even older

Re: Tomcat Logging Jarhell

2012-03-14 Thread Christopher Gross
Correct -- a typo. WEB-INF/classes -- Chris On Wed, Mar 14, 2012 at 10:20 AM, Mark Thomas wrote: > On 14/03/2012 14:04, Christopher Gross wrote: >> After reverting -- all but one of my logs are working correctly.  Each >> web app has a log4j jar and the commons logging jars in its >> WEB-INF/

Re: Tomcat Logging Jarhell

2012-03-14 Thread Mark Thomas
On 14/03/2012 14:04, Christopher Gross wrote: > After reverting -- all but one of my logs are working correctly. Each > web app has a log4j jar and the commons logging jars in its > WEB-INF/lib, and a log4j.properties in the WEB-INF/class. I didn't > change that file at all. > > Any ideas as to

Re: Tomcat Logging Jarhell

2012-03-14 Thread Christopher Gross
After reverting -- all but one of my logs are working correctly. Each web app has a log4j jar and the commons logging jars in its WEB-INF/lib, and a log4j.properties in the WEB-INF/class. I didn't change that file at all. Any ideas as to why the one set of log files aren't being written to? --

Re: Tomcat Logging Jarhell

2012-03-14 Thread Christopher Gross
That section just gives some basic info, but nothing that tries to help with what I'm doing. I'm well aware what the directories are for. There are a lot of libraries that my apps have in common, and because of the nature of the project, I need to try to conserve space. By moving jars to a share

Re: Tomcat Logging Jarhell

2012-03-13 Thread Konstantin Kolinko
2012/3/13 Christopher Gross : > Hi all. > >  I'm trying to utilize the common/lib and shared/lib directories on > Tomcat 5.5.25.  I have a few separate apps that were each using many > of the same JAR files, so I have been moving them down to shared & > common lib (DB stuff went to common/lib, the

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
> Yahoo!, Inc. > >> -Original Message- >> From: Christopher Gross [mailto:cogr...@gmail.com] >> Sent: Tuesday, March 13, 2012 1:01 PM >> To: Tomcat Users List >> Subject: Re: Tomcat Logging Jarhell >> >> http://publib.boulde

RE: Tomcat Logging Jarhell

2012-03-13 Thread Allen Reese
app. --Allen Yahoo!, Inc. > -Original Message- > From: Christopher Gross [mailto:cogr...@gmail.com] > Sent: Tuesday, March 13, 2012 1:01 PM > To: Tomcat Users List > Subject: Re: Tomcat Logging Jarhell > > http://publib.boulder.ibm.com/infocenter/initiate

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
http://publib.boulder.ibm.com/infocenter/initiate/v9r5/index.jsp?topic=%2Fcom.ibm.inspinstall.doc%2Ftopics%2Ft_inspinstall_configuring_log4j_logging_apachetomcat.html Having the logging items in the shared/lib means that the shared/classes needs to have a log4j.properties file. I dropped one of m

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
Allen -- Is there something in particular that your users need to do for the common logging? Any changes in the file or the setup of their web app? An example of the log4j.properties file from a WEB-INF/classes dir: log4j.appender.A1=org.apache.log4j.DailyRollingFileAppender log4j.appender.A1.la

RE: Tomcat Logging Jarhell

2012-03-13 Thread Allen Reese
We have people exclude commons-logging, and log4j as our installation provides them for you in a common lib dir. --Allen Reese Yahoo!, Inc. > -Original Message- > From: Christopher Gross [mailto:cogr...@gmail.com] > Sent: Tuesday, March 13, 2012 12:41 PM > To: Tomcat Users List > Subject

Re: Tomcat Logging and HTTP Header question

2011-12-03 Thread André Warnier
Pid wrote: There are Tomcat professors? I'd say that they fit right in with pet food tasters, dog walkers and chicken sexers, no ? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mai

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread Pid
On 02/12/2011 18:12, jmpaul012 wrote: > > Sorry I didn't mean to ask the questions as though this forum is my private > consulting firm. I have done everything I could before I posted on this > forum. I have searched google, experts exchange, asked coworkers, and asked > my previous Tomcat profe

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread jmpaul012
Sorry I didn't mean to ask the questions as though this forum is my private consulting firm. I have done everything I could before I posted on this forum. I have searched google, experts exchange, asked coworkers, and asked my previous Tomcat professor. I will use your suggestions and I hope I

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 12/2/11 12:10 PM, jmpaul012 wrote: >> So I am doing Tomcat STIGS and I am stuck on two of the STIGs. >> >> 1. How do I change what tomcat logs? I think it's something I >> need to do in server.xml but I'm not sure. What

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread Daniel Mikusa
On Fri, 2011-12-02 at 09:10 -0800, jmpaul012 wrote: > can anyone help?? > > > jmpaul012 wrote: > > > > So I am doing Tomcat STIGS and I am stuck on two of the STIGs. > > > > 1. How do I change what tomcat logs? I think it's something I need to do > > in server.xml but I'm not sure. This is w

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread jmpaul012
can anyone help?? jmpaul012 wrote: > > So I am doing Tomcat STIGS and I am stuck on two of the STIGs. > > 1. How do I change what tomcat logs? I think it's something I need to do > in server.xml but I'm not sure. This is what I need to log: > > • Date, Time > • IP address of the host that

Re: Tomcat Logging and HTTP Header question

2011-12-01 Thread jmpaul012
Sorry, the only acronym I really used was STIG, but I probably shouldn'tve included that in the question since it isn't really relavent to the question. STIGs are security proceduers the govt has to lock down their software, servers, etc. awarnier wrote: > > jmpaul012 wrote: >> So I am doing T

Re: Tomcat Logging and HTTP Header question

2011-12-01 Thread André Warnier
jmpaul012 wrote: So I am doing Tomcat STIGS and I am stuck on two of the STIGs. It would be nice to explain acronyms, so that nincompoops like me would understand what's going on without consulting Wikipedia.. 1. How do I change what tomcat logs? I think it's something I need to do in se

Re: Tomcat Logging level change

2011-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roshni, On 6/23/2011 4:49 AM, Roshni Basu wrote: > Do i need to make any changes in the logging.properties file? That's typically how logging is configured. > I tried making everything from FINE to WARNING and also i tried adding > org.apache.catali

Re: Tomcat Logging level change

2011-06-23 Thread Roshni Basu
Do i need to make any chnages in the logging.properties file? I tried making everything from FINE to WARNING and also i tried adding org.apache.catalina.level=WARNING in the logging.properties, it somehow worked. But Is this the way it should behave or we need to make changes in my java code as we

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
So what exactly I can use to make it work in 6.0.9? Konstantin Kolinko wrote: > > 2011/6/22 Roshni Basu : >> >>  Tomcat version is 6.0.9. > > You know, 6.0.32 is out there... > http://tomcat.apache.org/security-6.html > >> Here is my snippet of code: >> >> LogManager logManager = LogManager.ge

Re: Tomcat Logging level change

2011-06-22 Thread Konstantin Kolinko
2011/6/22 Roshni Basu : > >  Tomcat version is 6.0.9. You know, 6.0.32 is out there... http://tomcat.apache.org/security-6.html > Here is my snippet of code: > > LogManager logManager = LogManager.getLogManager(); >        Enumeration e = logManager.getLoggerNames(); It won't work, because the L

RE: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
Its working fine when I set to "Fine". In catalina.out i can see "fine" and "info" logs butwhen I set to warning, even info level logs appear. n828cl wrote: > >> From: Roshni Basu [mailto:roshni...@gmail.com] >> Subject: Re: Tomcat Logging level cha

RE: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
Application is running on tomcat. n828cl wrote: > >> From: Roshni Basu [mailto:roshni...@gmail.com] >> Subject: Re: Tomcat Logging level change > >> I just run it when I need to change the log level. > > (This is like pulling teeth.) You're providing vir

RE: Tomcat Logging level change

2011-06-22 Thread Caldarale, Charles R
> From: Roshni Basu [mailto:roshni...@gmail.com] > Subject: Re: Tomcat Logging level change > I just run it when I need to change the log level. (This is like pulling teeth.) You're providing virtually no useful information here. You run the program where? As a servlet? S

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
Basically I have an web application running on tomcat. Mark Thomas wrote: > > On 22/06/2011 16:16, Roshni Basu wrote: >> >> I have created a java file. And running this. Could you elaborate what >> exactly you want to know? > > I want to know how this code is being executed. When does it run?

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
I just run it when I need to change the log level. Mark Thomas wrote: > > On 22/06/2011 16:16, Roshni Basu wrote: >> >> I have created a java file. And running this. Could you elaborate what >> exactly you want to know? > > I want to know how this code is being executed. When does it run? What

Re: Tomcat Logging level change

2011-06-22 Thread Mark Thomas
On 22/06/2011 16:16, Roshni Basu wrote: > > I have created a java file. And running this. Could you elaborate what > exactly you want to know? I want to know how this code is being executed. When does it run? What triggers it? Mark > > Mark Thomas wrote: >> >> On 22/06/2011 16:03, Roshni Basu

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
I have created a java file. And running this. Could you elaborate what exactly you want to know? Mark Thomas wrote: > > On 22/06/2011 16:03, Roshni Basu wrote: >> >> Tomcat version is 6.0.9. >> Here is my snippet of code: >> >> LogManager logManager = LogManager.getLogManager(); >> En

Re: Tomcat Logging level change

2011-06-22 Thread Mark Thomas
On 22/06/2011 16:03, Roshni Basu wrote: > > Tomcat version is 6.0.9. > Here is my snippet of code: > > LogManager logManager = LogManager.getLogManager(); > Enumeration e = logManager.getLoggerNames(); > while (e.hasMoreElements()) > { > String loggername = e.

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
Tomcat version is 6.0.9. Here is my snippet of code: LogManager logManager = LogManager.getLogManager(); Enumeration e = logManager.getLoggerNames(); while (e.hasMoreElements()) { String loggername = e.nextElement(); Logger logger = logManager.getL

Re: Tomcat Logging level change

2011-06-22 Thread Konstantin Kolinko
2011/6/22 Roshni Basu : > > I am changing the log level of tomcat to Level.WARNING. In this case I'm > trying to restart tomcat and see the logs, I can see the info level logs > like "INFO: Server startup in 50516 ms" . > I guess info level logs should not appear if log level set to warning. 1. If

Re: Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Patrick Flaherty
On Apr 2, 2011, at 6:53 PM, Konstantin Kolinko wrote: 2011/4/3 Patrick Flaherty : Also of note, I see the stderr log with a *lot of the messages* that are in the Catalina log. Exact duplicate line entries. That is expected. Remove "java.util.logging.ConsoleHandler" from configuration. A "1

Re: Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Konstantin Kolinko
2011/4/3 Patrick Flaherty : > Also of note, I see the stderr log with a *lot of the messages* that are in > the Catalina log. > Exact duplicate line entries. That is expected. Remove "java.util.logging.ConsoleHandler" from configuration. A "1catalina.org.apache.juli.FileHandler" there is enough.

Re: Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Patrick Flaherty
There are definitely changes. What used to show up was anything I printed from my app via System.out.println. I don't see any of those messages in any of the logs. What I see that's was never seen in any Tomcat logs is what looks like messaging from a 3rd party dll. If I run the console v

Re: Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Konstantin Kolinko
2011/4/2 Patrick Flaherty : > Hello, > > I noticed that I'm getting what appears to be *all* console logging showing > up in my tomcat6-stdout log file. > It's capturing so much more that then it used to. I looked at the changelog > from 6.0.29 to 6.0.32 and I don't > see anything that describes su

Re: Tomcat Logging Not Working Properly

2010-09-26 Thread Rainer Jung
On 24.09.2010 16:05, Donald Winston wrote: I can't get logging to work properly with tomcat(. The file handler prefix works but anything below INFO does not show up in the log! What could be wrong? I declare the logger in my classes like the following: private static Logger logger = Logger.

Re: Tomcat Logging Not Working Properly

2010-09-25 Thread Pid
On 25/09/2010 02:51, Donald Winston wrote: > resurrection.level=FINE > (thanks everybody. You were helpful) You should ask for your money back. p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: Tomcat Logging Not Working Properly

2010-09-24 Thread Wesley Acheson
On Sat, Sep 25, 2010 at 3:51 AM, Donald Winston wrote: > resurrection.level=FINE > (thanks everybody. You were helpful) > Hey If I don't know I don't answer. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addi

Re: Tomcat Logging Not Working Properly

2010-09-24 Thread Donald Winston
resurrection.level=FINE (thanks everybody. You were helpful) On Sep 24, 2010, at 10:05 AM, Donald Winston wrote: > > I can't get logging to work properly with tomcat(. The file handler prefix > works but anything below INFO does not show up in the log! What could be > wrong? I declare the logg

Re: Tomcat Logging Wrong time in tomcat logs

2008-11-07 Thread carrieg
Hi - I am having the same problem. Did you figure it out? Mon Cab wrote: > > Good day > > I am not sure why but tomcat seems to have started logging the > incorrect time in logs. My server is on PDT, and tomcat is logging 8 > hours ahead in the logs (GMT). > > Eg when it is 2008-01-28 20:

Re: Tomcat Logging and URL rewrite

2008-09-30 Thread Mark Thomas
Mohit Anchlia wrote: > That's just for the logging from my application. You'll need to set the log level for your application loggers as well. org.apache.catalina.core.ContainerBase.[Catalina].[localhost] is the logger that catches any exceptions etc that your application doesn't. Mark ---

Re: Tomcat Logging and URL rewrite

2008-09-30 Thread Mohit Anchlia
That's just for the logging from my application. On Tue, Sep 30, 2008 at 8:57 AM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Mohit Anchlia wrote: >> Tomcat version is 5.5 and I changed > That helps a little, but there are 28 different Tomcat 5.5 versions. > http://tomcat.apache.org/tomcat-5.5-doc/lo

Re: Tomcat Logging and URL rewrite

2008-09-30 Thread Mark Thomas
Mohit Anchlia wrote: > Tomcat version is 5.5 and I changed That helps a little, but there are 28 different Tomcat 5.5 versions. http://tomcat.apache.org/tomcat-5.5-doc/logging.html should help > org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to > ALL That won't show you any in

Re: Tomcat Logging and URL rewrite

2008-09-30 Thread Mohit Anchlia
Tomcat version is 5.5 and I changed org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to ALL On Tue, Sep 30, 2008 at 1:52 AM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Mohit Anchlia wrote: >> Is it possible to rewrite URL in tomcat like apache web server. I need >> to convert abc.

Re: Tomcat Logging and URL rewrite

2008-09-30 Thread Mark Thomas
Mohit Anchlia wrote: > Is it possible to rewrite URL in tomcat like apache web server. I need > to convert abc.com/A to abc.com/B. http://tuckey.org/urlrewrite/ > Also catalina.out is just writing infomation at level INFO. I changed > the level to ALL in logging.properties but still I don't see D

RE: Tomcat logging properties

2008-09-10 Thread Caldarale, Charles R
> From: Brian Clark [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat logging properties > > Yep, read through that, but it didn't tell me what those > directives actually mean. Anyone have anything else? They specify logging levels for those specific classes, overriding any mo

Re: Tomcat logging properties

2008-09-10 Thread Bill Barker
message news:[EMAIL PROTECTED] > Yep, read through that, but it didn't tell me what those directives > actually mean. Anyone have anything else? > > > > - Original Message > From: Yassine <[EMAIL PROTECTED]> > To: Tomcat Users List > Sent: Wednesday,

Re: Tomcat logging properties

2008-09-10 Thread Brian Clark
Yep, read through that, but it didn't tell me what those directives actually mean. Anyone have anything else? - Original Message From: Yassine <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, September 10, 2008 8:17:01 PM Subject: Re: Tomcat logging properties

Re: Tomcat logging properties

2008-09-10 Thread Yassine
have a look here if you still need more info http://tomcat.apache.org/tomcat-6.0-doc/logging.html On Thu, Sep 11, 2008 at 2:10 AM, Brian Clark <[EMAIL PROTECTED]> wrote: > At the bottom of my Tomcat 6.0.16 logging.properties file, I have the > following entries: > #org.apache.catalina.startup.Co

Re: Tomcat Logging Wrong time in tomcat logs

2008-01-28 Thread Mon Cab
Note This problem does not seem to ba due to the JVM having an incorrect value for the timezone. I ran the following code : import java.util.Date; import java.util.TimeZone; public class TimeTest { public static void main(String args[]) { long time = System.currentTimeMillis()

Re: Tomcat Logging Configuration

2007-09-06 Thread Lionel Crine
Ole Ersoy a écrit : Hi, I'm trying to point the catalina handler to /var/log/apache-tomcat like by configuring the logging.properties file like this: 1catalina.org.apache.juli.FileHandler.level = FINE 1catalina.org.apache.juli.FileHandler.directory = /var/log/apache-tomcat/ 1catalina.org.ap

Re: Tomcat logging problem

2006-10-04 Thread Tejas Dhedia
Hi, Rick thank you for your suggestions.I removed all my log files and restarted tomcat againg but faced the same problems. I also checked and saw that tomcat was running under user tomcat and not root. Also I do not use the restart argument for my script. Whenever I work use stop and start argume

RE: Tomcat logging problem

2006-10-03 Thread Rick Fisk
I tried your script both ways and it worked flawlessly on a CentOS 3.6 box. I would take a look under which user the jvm is running after you start your script. (ps -ef | grep java) If it is running as root then that might indicate that something about the su command isn't working as expected. It

Re: Tomcat Logging

2006-03-31 Thread Martin Gainty
Good Morning Joe- Im going to take a guess at To: "Tomcat Users List" Sent: Thursday, March 30, 2006 3:06 PM Subject: Tomcat Logging > Is it possible to turn off Catalina's Commons logging > (from org.apache.catalina.*) in Tomcat 5.0 without > changing the debug level in log4j? > > Problem is

Re: Tomcat Logging

2006-03-30 Thread Boris Unckel
Hello Joe, Joe Mun wrote: Is it possible to turn off Catalina's Commons logging (from org.apache.catalina.*) in Tomcat 5.0 without changing the debug level in log4j? Problem is I use log4j/commons for my application and don't need to bother with the tomcat logs. Unfortunately, Tomcat spits out

Re: tomcat logging from startup.bat

2006-01-26 Thread David Durham
David Durham wrote: Hi- I'm using apache-tomcat-5.5.15 that I downloaded about 15 minutes ago. My installation is just to unzip to a directory, and run startup.bat. Strangely, the logger is set to debug somehow. The end the startup script because of a ton of digester DEBUG log statements g

Re: Tomcat logging - Persistence of Logs

2005-11-02 Thread Ronald Klop
Move the file to a new name in your startup script. On Mon Oct 31 12:59:07 CET 2005 Tomcat Users List wrote: I have a problem with log files. I have a customer who has Tomcat 5.0.28 running on Windows 2003 Server. The main output is being logged to stdout.log in the tomcat/logs directory - th

RE: Tomcat logging - Persistence of Logs

2005-10-31 Thread Steve Kirk
m Burke [mailto:[EMAIL PROTECTED] > Sent: Monday 31 October 2005 16:21 > To: Tomcat Users List > Subject: Re: Tomcat logging - Persistence of Logs > > > Indeed, I have a daily log already but it doesn't seem to be > as verbose > as the stdout.log. > > I was

Re: Tomcat logging - Persistence of Logs

2005-10-31 Thread Tom Burke
rence, as I can't see any difference in the configuration files between the two servers. Tom Burke - Original Message - From: "Steve Kirk" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Monday, October 31, 2005 12:52 PM Subject: RE: Tomca

RE: Tomcat logging - Persistence of Logs

2005-10-31 Thread Steve Kirk
The under 5.0.x uses -MM-DD format in the filename, so this would change each day, would that give you what you need? See "FileLogger" under "Standard Implementation" at: http://tomcat.apache.org/tomcat-5.0-doc/config/logger.html PS note that is deprecated in 5.5.x > -Original Message-