Skip to content

Commit 37ecfe2

Browse files
author
Paul Angus
authored
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.
2 parents f430f41 + 3565655 commit 37ecfe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usage/conf/log4j-cloud_usage.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ under the License.
4848
</rollingPolicy>
4949

5050
<layout class="org.apache.log4j.EnhancedPatternLayout">
51-
<param name="ConversionPattern" value="%-5p [%c{3}] (%t:%x) (logid:%X{logcontextid}) %m%n"/>
51+
<param name="ConversionPattern" value="%d{ISO8601} %-5p [%c{3}] (%t:%x) (logid:%X{logcontextid}) %m%n"/>
5252
</layout>
5353
</appender>
5454

0 commit comments

Comments
 (0)