Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: 4.0
-
Component/s: None
-
Labels:None
Description
Threadname and datetime logging is currently configured at each logger level. Change it so these properties are configured outside of logging policies. Specifically:
Move the following config outside of each policy:
<parameter>
<name>dateFormatter</name>
<value>false</value>
</parameter>
<parameter>
<name>logThreadName</name>
<value>true</value>
</parameter>
and put them right under the <currentPolicy> element.
Move the following config outside of each policy:
<parameter>
<name>dateFormatter</name>
<value>false</value>
</parameter>
<parameter>
<name>logThreadName</name>
<value>true</value>
</parameter>
and put them right under the <currentPolicy> element.