From b6c6de22596e132b81c6ca9208fb5db62c2fc653 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 14 Dec 2018 06:25:46 +0100 Subject: [PATCH] Update default.json Update default.json after document server upgraded to 5.2.4-94 Without this new parameter onlyoffice-documentserver:spellchecker gc docservice converter doesn't start The metrics still not start: ERROR (spawn error) --- conf/default.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +}