WildFly Logging Subsystem CLI Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


=Removing a Log Handler=
=Removing a Log Handler=
<pre>
/subsystem=logging/file-handler=INFINISPAN:remove
</pre>


For general considerations on removing an arbitrary management model node:
For general considerations on removing an arbitrary management model node:

Revision as of 03:10, 16 November 2016

Internal

Adding a Periodic Rotating File Log Handler

/subsystem=logging/periodic-rotating-file-handler=HANDLER:add(file={"path"=>"PATH", "relative-to"=>"DIR"}, suffix="SUFFIX") 

Removing a Log Handler

/subsystem=logging/file-handler=INFINISPAN:remove

For general considerations on removing an arbitrary management model node:

Removing a Management Model Node