Customizing Log4j to filter PatternLayout
- by JavaScriptDude
Greetings,
I have just starting migrating to WLS 10.x and have noticed that the thread name [%t] for WL is quite verbose and more informative than I need for my deployment needs.
Ultimately, I only care about the thread ID but WL gives me this:
[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'
~
…