From b80e6c4c27978e0ffe4c77e7ffd431f24c17f230 Mon Sep 17 00:00:00 2001 From: didfet Date: Tue, 30 Jun 2015 00:46:43 +0200 Subject: [PATCH] Describe new command line options. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 64f1ff7..94ebb0e 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,7 @@ There are a few more options : - debug : turn on debug logging level - trace : turn on trace logging level - signaturelength : size of the block used to compute the checksum + - logfile : send logs to this file instead of stdout + - logfilesize : maximum size of each log file (default 10M) + - logfilenumber : number of rotated log files (default 5)