Skip to content

Commit 2ef76b1

Browse files
authored
Update Log4j.java
1 parent d734c90 commit 2ef76b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/joychou/controller/Log4j.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class Log4j {
1717
*/
1818
@RequestMapping(value = "/log4j")
1919
public String log4j(Authorization authorization) {
20-
logger.error("authorization is: {}", authorization.toString());
20+
logger.error("authorization is: {}", authorization);
2121
return authorization.toString();
2222
}
2323

0 commit comments

Comments
 (0)