mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Merge pull request #2884 from shapeblue/usage-server-timstamp
add date to usage server logs Merged based on 2x LGTM and checking errors in smoke tests - none in any way related to the logging output change.
This commit is contained in:
commit
37ecfe2d28
@ -48,7 +48,7 @@ under the License.
|
||||
</rollingPolicy>
|
||||
|
||||
<layout class="org.apache.log4j.EnhancedPatternLayout">
|
||||
<param name="ConversionPattern" value="%-5p [%c{3}] (%t:%x) (logid:%X{logcontextid}) %m%n"/>
|
||||
<param name="ConversionPattern" value="%d{ISO8601} %-5p [%c{3}] (%t:%x) (logid:%X{logcontextid}) %m%n"/>
|
||||
</layout>
|
||||
</appender>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user