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 +}