1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-06-20 01:17:49 +02:00

Simplify log-level options in config.yaml.

These were overly verbose -- inheritance is the way to do this.
This commit is contained in:
David Steele
2026-01-11 21:00:39 +07:00
parent d76da852ee
commit 6904cdf5a8
+2 -6
View File
@@ -978,16 +978,12 @@ option:
- trace
log-level-file:
section: global
type: string-id
inherit: log-level-console
default: info
allow-list: log-level-console
log-level-stderr:
section: global
type: string-id
inherit: log-level-console
default: off
allow-list: log-level-console
log-path:
section: global