diff --git a/Common/config/default.json b/Common/config/default.json index b0d1933d..b29bad32 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -1,4 +1,4 @@ -{ +{ "statsd": { "useMetrics": false, "host": "localhost", diff --git a/Common/config/development-mac.json b/Common/config/development-mac.json index bf7b6472..85fcb69e 100644 --- a/Common/config/development-mac.json +++ b/Common/config/development-mac.json @@ -1,4 +1,4 @@ -{ +{ "log": { "filePath": "../../Common/config/log4js/development.json" }, diff --git a/Common/config/development-windows.json b/Common/config/development-windows.json index 7e77fff2..e6527ee9 100644 --- a/Common/config/development-windows.json +++ b/Common/config/development-windows.json @@ -1,4 +1,4 @@ -{ +{ "log": { "filePath": "../../Common/config/log4js/development.json" }, diff --git a/Common/config/production-linux.json b/Common/config/production-linux.json index b89c18ec..a2eba932 100644 --- a/Common/config/production-linux.json +++ b/Common/config/production-linux.json @@ -1,4 +1,4 @@ -{ +{ "log": { "filePath": "/etc/onlyoffice/documentserver/log4js/production.json" }, diff --git a/Common/config/production-windows.json b/Common/config/production-windows.json index a68cc709..852de03d 100644 --- a/Common/config/production-windows.json +++ b/Common/config/production-windows.json @@ -1,4 +1,4 @@ -{ +{ "log": { "filePath": "../../Common/config/log4js/production.json" },