Skip to content

Commit 78ca3c1

Browse files
committed
change log4j2 example to info level
1 parent 9c0947a commit 78ca3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-lambda-java-log4j2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Add the following file `<project-dir>/src/main/resources/log4j2.xml`
7777
</Lambda>
7878
</Appenders>
7979
<Loggers>
80-
<Root level="debug">
80+
<Root level="info">
8181
<AppenderRef ref="Lambda" />
8282
</Root>
8383
</Loggers>

0 commit comments

Comments
 (0)