Revive notes re BigchainDB Server log rotation

This commit is contained in:
Troy McConaghy 2018-09-19 09:36:12 +02:00
parent fea9c832b1
commit 40b40ad781

View File

@ -29,6 +29,8 @@ BigchainDB Server writes its logs to two files: normal logs and error logs. The
- `~/bigchaindb.log`
- `~/bigchaindb-errors.log`
Log rotation is baked into BigchainDB Server using Python's `logging` module. The logs for BigchainDB Server are rotated when any of the above mentioned files exceeds 209715200 bytes (i.e. approximately 209 MB).
For more information, see the docs about [the BigchainDB Server configuration settings related to logging](../server-reference/configuration.html#log).
## Tendermint Logging and Log Rotation