[#351] config/testnet: Add debug section in readme

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
support/v0.27
Alex Vanin 2021-01-27 18:01:20 +03:00 committed by Alex Vanin
parent 5d7451d388
commit 6e8f5b9d63
1 changed files with 11 additions and 1 deletions

View File

@ -90,4 +90,14 @@ env in docker-compose.
### Start
Run node with `docker-compose up` command and stop it with `docker-compose down`.
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
```