forked from TrueCloudLab/frostfs-node
[#351] config/testnet: Add debug section in readme
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
5d7451d388
commit
6e8f5b9d63
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue