Skip to content

Commit

Permalink
log4j: replace status with level (#297)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Jan 8, 2025
1 parent ba2e985 commit 9a2797b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/monitor/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can provide your own logging configuration using the standard Log4J2 configu

```xml
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Configuration level="INFO">
<Properties>
<Property name="root.log.level">INFO</Property>
<Property name="dependency.log.level">INFO</Property>
Expand Down

0 comments on commit 9a2797b

Please sign in to comment.