Skip to content

Commit

Permalink
Modify sample log format
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed Feb 24, 2019
1 parent 8986f9a commit 9ec16f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/logback-appenders-aws.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"marker": "%marker",
"level": "%-5level",
"logger": "%logger",
"line": %line,
"line": "%line",
"requestURI": "%X{req.requestURI}",
"message": "%msg"
}\n]]></pattern>
Expand Down Expand Up @@ -91,7 +91,7 @@
"marker": "%marker",
"level": "%-5level",
"logger": "%logger",
"line": %line,
"line": "%line",
"requestURI": "%X{req.requestURI}",
"message": "%msg"
}\n]]></pattern>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/logback-appenders-std.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"marker": "%marker",
"level": "%-5level",
"logger": "%logger",
"line": %line,
"line": "%line",
"requestURI": "%X{req.requestURI}",
"message": "%msg"
}\n]]></pattern>
Expand Down

0 comments on commit 9ec16f0

Please sign in to comment.