Re: [External] Re: SSL Handshake Failure - Logging Level

2022-06-10 Thread Mark Thomas
Agree, in this case, we could change the Tomcat logging configuration and get this log. Thanks, Amit -Original Message- From: Mark Thomas Sent: Saturday, June 4, 2022 6:13 AM To: users@tomcat.apache.org Subject: Re: [External] Re: SSL Handshake Failure - Logging Level On 03/06/2022 2

RE: [External] Re: SSL Handshake Failure - Logging Level

2022-06-06 Thread Amit Pande
ginal Message- From: Mark Thomas Sent: Saturday, June 4, 2022 6:13 AM To: users@tomcat.apache.org Subject: Re: [External] Re: SSL Handshake Failure - Logging Level On 03/06/2022 21:29, Amit Pande wrote: > Thank you, Mark. > > I agree changing the log level to error could caus

Re: [External] Re: SSL Handshake Failure - Logging Level

2022-06-04 Thread Mark Thomas
- From: Mark Thomas Sent: Friday, June 3, 2022 12:24 PM To: users@tomcat.apache.org Subject: [External] Re: SSL Handshake Failure - Logging Level On 03/06/2022 15:33, Amit Pande wrote: Hello, First, thank you to Mark for adding the access logs in case of SSL handshake failures (htt

RE: [External] Re: SSL Handshake Failure - Logging Level

2022-06-03 Thread Amit Pande
at SSL host config level in "server.xml". Thanks, Amit -Original Message- From: Mark Thomas Sent: Friday, June 3, 2022 12:24 PM To: users@tomcat.apache.org Subject: [External] Re: SSL Handshake Failure - Logging Level On 03/06/2022 15:33, Amit Pande wrote: > Hello, >

Re: SSL Handshake Failure - Logging Level

2022-06-03 Thread Mark Thomas
On 03/06/2022 15:33, Amit Pande wrote: Hello, First, thank you to Mark for adding the access logs in case of SSL handshake failures (https://github.com/apache/tomcat/commit/acf6076d7118571ebc881984b96792f861b72bb2#). Really useful enhancement. On a related note, I am trying to understand

SSL Handshake Failure - Logging Level

2022-06-03 Thread Amit Pande
Hello, First, thank you to Mark for adding the access logs in case of SSL handshake failures (https://github.com/apache/tomcat/commit/acf6076d7118571ebc881984b96792f861b72bb2#). Really useful enhancement. On a related note, I am trying to understand if we can log the SSL handshake failure at

Re: Problem setting logging level

2015-07-07 Thread Jugma Bora
Thanks Konstantin for your answer. I changed the logging.properties file as shown below and still I get the INFO level messages. And yes I am trying to change the logging level for my web application only. Jugma .level = SEVERE

Re: Problem setting logging level

2015-07-07 Thread Konstantin Kolinko
2015-07-08 1:42 GMT+03:00 Jugma Bora : > Hi, > > I am using Tomcat 8.0.18. I trying to log only SEVERE level logging > messages to the console from my web application. But I still get INFO > level logging messages. Below is my logging.properties file that is > deployed in WEB-INF/classes directory.

Problem setting logging level

2015-07-07 Thread Jugma Bora
Hi, I am using Tomcat 8.0.18. I trying to log only SEVERE level logging messages to the console from my web application. But I still get INFO level logging messages. Below is my logging.properties file that is deployed in WEB-INF/classes directory. Please can you help. Thank you, Jugma #

Re: Question regarding usage of Logging Level

2014-07-13 Thread David Kerber
On 7/13/2014 1:55 AM, Ashish Sureka wrote: Apache uses a logging utility. The logging utility consists of several levels such as: TRACE, DEBUG, INFO, WARN, ERROR and FATAL. Which logging level to use (and also when to use) depends on the level/severity of the event (which needs to be tracked

Question regarding usage of Logging Level

2014-07-12 Thread Ashish Sureka
Apache uses a logging utility. The logging utility consists of several levels such as: TRACE, DEBUG, INFO, WARN, ERROR and FATAL. Which logging level to use (and also when to use) depends on the level/severity of the event (which needs to be tracked/logged). My question is: 1. Are there

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
additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Tomcat-Logging-level-change-tp31902405p31909658.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
> For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Tomcat-Logging-level-change-tp31902405p31908461.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

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
t;>> } >>>> } >>> >>> Which is running where exactly? >>> >>> Mark >>> >>> >>> >>> - >>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >>> For additional commands, e-mail:

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
t;>> } >>>> } >>> >>> Which is running where exactly? >>> >>> Mark >>> >>> >>> >>> - >>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >>> For additional commands, e-mail: users

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
cr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Tomcat-Logging-level-change-tp31902405p31904108.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

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
-- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Tomcat-Logging-level-change-tp31902405p31903978.html Sent from the Tomcat - User mailing list ar

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

Tomcat Logging level change

2011-06-22 Thread Roshni Basu
now how exactly it behvaes and why am i getting info level logs? -- View this message in context: http://old.nabble.com/Tomcat-Logging-level-change-tp31902405p31902405.html Sent from the Tomcat - User mailing list archive at Nabble.com. -

Re: Logging level

2011-03-07 Thread Konstantin Kolinko
2011/3/6 Mark Thomas : > On 06/03/2011 19:54, Olivier Lefevre wrote: >> It's quite unclear, when using ServletContext.log(...), how one can >> specify the logging level. > > You can't. > >> Maybe it's impossible? > > It is. That logging

Re: Logging level

2011-03-06 Thread Mark Thomas
On 06/03/2011 19:54, Olivier Lefevre wrote: > It's quite unclear, when using ServletContext.log(...), how one can > specify the logging level. You can't. > Maybe it's impossible? It is. That logging API is close to useless. Use you favourite logging

Logging level

2011-03-06 Thread Olivier Lefevre
It's quite unclear, when using ServletContext.log(...), how one can specify the logging level. Maybe it's impossible? -- O.L. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-m

RE: How to set up logging level to debug in tomcat

2008-08-07 Thread Narasimha Prasad Subraveti
- From: Thangavel Sankaranarayanan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2008 4:45 AM To: Tomcat Users List Subject: How to set up logging level to debug in tomcat At present logging level is 'info'. How do i set up tomcat to write logs in debug level. Regards,

How to set up logging level to debug in tomcat

2008-08-07 Thread Thangavel Sankaranarayanan
At present logging level is 'info'. How do i set up tomcat to write logs in debug level. Regards, Thangavel Sankaranarayanan _ Web and Cust Care – Vodafone ANZ IBM India Pvt Ltd, Block D3, Manyata Embassy Business Park, Outer Ring Road, Ra