From 9d82606ebaeadcf2c7d6d36f5fea635150963708 Mon Sep 17 00:00:00 2001 From: sacha Date: Tue, 9 Nov 2021 15:38:48 +0100 Subject: [PATCH] Update logging.md --- docs/the_nimbus_book/src/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the_nimbus_book/src/logging.md b/docs/the_nimbus_book/src/logging.md index 3d41463ca..a07a9af26 100644 --- a/docs/the_nimbus_book/src/logging.md +++ b/docs/the_nimbus_book/src/logging.md @@ -1,6 +1,6 @@ # Logging -> :warning: the logging options outlined here are based on a preview feature, and are subject to change +> :warning: The logging options outlined here are based on a preview feature, and are subject to change Nimbus offers several options for logging - by default, logs are written to stdout using the [chronicles](https://github.com/status-im/nim-chronicles#introduction) `textlines` format which is convenient to read and can be used with tooling for [heroku/logfmt](https://brandur.org/logfmt).