From 8793f3ef6862ddd5a01008b2e12d1f8d910fd261 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 19 Jun 2015 17:50:10 -0300 Subject: [feat] add log rotation feature Rotate bitmask.log file on each start. --- src/leap/bitmask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/bitmask/app.py') diff --git a/src/leap/bitmask/app.py b/src/leap/bitmask/app.py index aa4e304b..ca7eb1d3 100644 --- a/src/leap/bitmask/app.py +++ b/src/leap/bitmask/app.py @@ -145,7 +145,7 @@ def start_app(): flags.DEBUG = opts.debug - logger = get_logger() + logger = get_logger(perform_rollover=True) # NOTE: since we are not using this right now, the code that replaces the # stdout needs to be reviewed when we enable this again -- cgit v1.2.3