From db612ae9061273081f3134f23ca40c84a6a49500 Mon Sep 17 00:00:00 2001 From: sacha Date: Tue, 9 Nov 2021 15:38:32 +0100 Subject: [PATCH] Update logging.md add warning --- docs/the_nimbus_book/src/logging.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/the_nimbus_book/src/logging.md b/docs/the_nimbus_book/src/logging.md index 83a2794d2..3d41463ca 100644 --- a/docs/the_nimbus_book/src/logging.md +++ b/docs/the_nimbus_book/src/logging.md @@ -1,5 +1,7 @@ # Logging +> :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). ## Change log level