feat: Add a settings option to log to console in json format (#25649)

Co-authored-by: Nerivec <62446222+Nerivec@users.noreply.github.com>
This commit is contained in:
Jens-Uwe Mager
2025-01-08 19:22:26 +00:00
committed by GitHub
co-authored by Nerivec
parent 6f3524b251
commit 26ef565c8a
6 changed files with 43 additions and 7 deletions
+1
View File
@@ -118,6 +118,7 @@ describe('Extension: Bridge', () => {
log_level: 'info',
log_namespaced_levels: {},
log_output: ['console', 'file'],
log_console_json: false,
log_rotation: true,
log_symlink_current: false,
log_syslog: {},