From d129e43cccb2fdc8f2d6c5fe3eb22ccf7ae40ba4 Mon Sep 17 00:00:00 2001 From: antao Date: Tue, 2 Oct 2018 17:20:32 +0800 Subject: [PATCH] Update config.json.example --- config.json.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json.example b/config.json.example index a3174729..b6bc1d0e 100644 --- a/config.json.example +++ b/config.json.example @@ -58,7 +58,7 @@ //drogon.log ... "logfile_base_name":"", //log_size_limit:100000000 bytes by default, - //When the log file size reaches "log_size_limit", the log file is switched. + //When the log file size reaches "log_size_limit", the log file will be switched. "log_size_limit":100000000 }, //run_as_daemon:false by default @@ -69,4 +69,4 @@ //use sendfile() system-call to send static file to client; "use_sendfile":true } -} \ No newline at end of file +}