From 52795280e2ff8b4d3496d24457a661653c0457e1 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Mon, 21 Oct 2024 10:23:46 -0400 Subject: [PATCH] docs: Adjust default values for logging --- docs/docs/administration/configuration-files.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/docs/administration/configuration-files.md b/docs/docs/administration/configuration-files.md index c2d90f69c0..5ba9ea708f 100644 --- a/docs/docs/administration/configuration-files.md +++ b/docs/docs/administration/configuration-files.md @@ -110,16 +110,17 @@ The default values are: ```yaml clientLog: - server: { enabled: true, level: info } + server: { enabled: false, level: info } console: { enabled: true, level: debug } external: { - enabled: false, - level: info, - url: https://LOG_HOST/html5Log, - method: POST, - throttleInterval: 400, - flushOnClose: true, + enabled: false + level: info + url: https://LOG_HOST/html5Log + method: POST + throttleInterval: 400 + flushOnClose: true + logTag: '' } ```