Log4j Configuration: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * log4j") |
No edit summary |
||
Line 2: | Line 2: | ||
* [[log4j#Subjects|log4j]] | * [[log4j#Subjects|log4j]] | ||
=Turning Logging Off Completely for a Category= | |||
<pre> | |||
<category name="io.novaordis.test"> | |||
<priority value="OFF"/> | |||
</category> | |||
</pre> |
Revision as of 00:39, 8 August 2016
Internal
Turning Logging Off Completely for a Category
<category name="io.novaordis.test"> <priority value="OFF"/> </category>