Hi All:

I have a web application MYAPP which embeds its logging configuration in WEB-INF/classes/logging.properties. I'd like to see more detailed logging when running the application inside my IDE without making any temporary changes to this file.

The logging.properties which is embedded into the WAR sets a log level for the application and also a package namespace like this:
.level = WARNING

my.package.level = INFO

I have tried, to no avail, to adjust these levels in my development container using settings like:
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/MYAPP].level = ALL org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/MYAPP].my.package.level = ALL

Is it possible to override application log levels at the container level in $CATALINA_BASE/conf/logging.properties?

Thank you,
Jason


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to