From 40b40ad781c30d6de58a7048530ee9e2b36fd62e Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Wed, 19 Sep 2018 09:36:12 +0200 Subject: [PATCH] Revive notes re BigchainDB Server log rotation --- docs/server/source/appendices/log-rotation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/server/source/appendices/log-rotation.md b/docs/server/source/appendices/log-rotation.md index 1f3f317f..9161d5de 100644 --- a/docs/server/source/appendices/log-rotation.md +++ b/docs/server/source/appendices/log-rotation.md @@ -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