Skip to content

Commit

Permalink
Fix log4j config deprecated option (#8966)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha authored Jan 7, 2025
1 parent b4f7c2d commit 6e8bc88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
- Optimized blobs validation pipeline
- Remove delay when fetching blobs from the local EL on block arrival

### Bug Fixes
### Bug Fixes
- Fix `--version` command output [#8960](https://github.com/Consensys/teku/issues/8960)
2 changes: 1 addition & 1 deletion infrastructure/logging/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Configuration level="INFO">
<Loggers>
<Root level="info" additivity="true">
</Root>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO" monitorInterval="30">
<Configuration level="INFO" monitorInterval="30">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout
Expand Down

0 comments on commit 6e8bc88

Please sign in to comment.