logging - Where is the JBoss EAP 7 log pattern format documentation? -


where jboss eap 6 log pattern format documentation? seems have format characters different log4j or logback (such %k , %s).

a number of searches turn results older jboss versions don't have full set of characters.

the formatstringparser source code best bet.

here list of format characters differ log4j:

%s  message (like %m) including exception stack traces %m  message, suppressing exception stack traces %e  exception stack trace %k  adds terminal-based colorization %k  log resource key (for localization) %z  time zone %p  localized log level name 

see redhat's documentation.


Comments

Popular posts from this blog

linux - Could not find a package configuration file provided by "Qt5Svg" -

simple.odata.client - Simple OData Client Unlink -