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=
For general considerations on removing an arbitrary management model node:
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[Remove#Removing_a_Management_Model_Node|Removing a Management Model Node]]
</blockquote>

Revision as of 02:41, 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

For general considerations on removing an arbitrary management model node:

Removing a Management Model Node