From 8b4d8b62fe57a3c8b574bc4a8139965943b5e6e1 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Wed, 8 Jan 2025 10:14:16 +1000 Subject: [PATCH] log4j: replace status with level Signed-off-by: Sally MacFarlane --- docs/public-networks/how-to/monitor/logging.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/public-networks/how-to/monitor/logging.md b/docs/public-networks/how-to/monitor/logging.md index eb06bc48603..a0d720e538c 100644 --- a/docs/public-networks/how-to/monitor/logging.md +++ b/docs/public-networks/how-to/monitor/logging.md @@ -36,7 +36,7 @@ You can provide your own logging configuration using the standard Log4j 2 config ```xml title="debug.xml" - + INFO @@ -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