From 6e8f5b9d6337d1a84e6b731e71b1ccb1bf3eaffe Mon Sep 17 00:00:00 2001
From: Alex Vanin <alexey@nspcc.ru>
Date: Wed, 27 Jan 2021 18:01:20 +0300
Subject: [PATCH] [#351] config/testnet: Add debug section in readme

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
---
 config/testnet/README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/config/testnet/README.md b/config/testnet/README.md
index 7fbe2f0675..1b22e3ed65 100644
--- a/config/testnet/README.md
+++ b/config/testnet/README.md
@@ -90,4 +90,14 @@ env in docker-compose.
 
 ### Start
 
-Run node with `docker-compose up` command and stop it with `docker-compose down`.
\ No newline at end of file
+Run node with `docker-compose up` command and stop it with `docker-compose down`.
+
+### Debug
+
+To print node logs use `docker logs neofs-testnet`. To print debug messages in 
+log, setup log level to debug with this env:
+
+```yaml
+     environment:
+       - NEOFS_LOGGER_LEVEL=debug
+```
\ No newline at end of file