Skip to content

Commit

Permalink
Merge branch 'main' into DOC-1738
Browse files Browse the repository at this point in the history
  • Loading branch information
bgravenorst authored Jan 8, 2025
2 parents dfd23bf + 167f387 commit e5f8099
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/public-networks/how-to/monitor/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can provide your own logging configuration using the standard Log4j 2 config

```xml title="debug.xml"
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Configuration level="INFO">
<Properties>
<Property name="root.log.level">INFO</Property>
</Properties>
Expand Down Expand Up @@ -119,4 +119,3 @@ The [Quorum Developer Quickstart](https://github.com/ConsenSys/quorum-dev-quicks

[default configuration]: https://github.com/hyperledger/besu/blob/750580dcca349d22d024cc14a8171b2fa74b505a/besu/src/main/resources/log4j2.xml
[log rotation to restrict the size of the log files]: https://github.com/ConsenSys/quorum-dev-quickstart/blob/b72a0f64d685c851bf8be399a8e33bbdf0e09982/files/besu/config/besu/log-config.xml
[default configuration]: https://github.com/hyperledger/besu/blob/750580dcca349d22d024cc14a8171b2fa74b505a/besu/src/main/resources/log4j2.xml

0 comments on commit e5f8099

Please sign in to comment.