WildFly CLI - Configuring Logging: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=Internal=
=Internal=


* [[WildFly CLI Operations]]
* [[WildFly CLI Operations#Subjects|CLI Operations]]


=Organizatorium=
=Organizatorium=

Revision as of 18:36, 8 March 2016

Internal

Organizatorium

Enable CONSOLE logging:

/subsystem=logging/console-handler=CONSOLE:add(level=INFO,formatter="%K{level}%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n")
/subsystem=logging/root-logger=ROOT:add-handler(name="CONSOLE")