WildFly Logging Subsystem CLI Configuration: Difference between revisions

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


<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[Remove#Removing_a_Management_Model_Node|Removing a Management Model Node]]
:[[Remove|Removing a Management Model Node]]
</blockquote>
</blockquote>

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