You've already forked pgbackrest
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user