Re: overriding application log configuration at the container level

2023-08-22 Thread Mark Thomas
On 22/08/2023 11:53, Jason Guild wrote: 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

overriding application log configuration at the container level

2023-08-22 Thread Jason Guild
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 int