diff --git a/conf/default.json b/conf/default.json index 0d0796f..e02588f 100644 --- a/conf/default.json +++ b/conf/default.json @@ -7,7 +7,10 @@ }, "log": { "filePath": "", - "options": { "reloadSecs": 60 } + "options": { + "reloadSecs": 60, + "replaceConsole": true + } }, "queue": { "visibilityTimeout": 300, @@ -238,4 +241,4 @@ "mode": "development" } } -} \ No newline at end of file +}