mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 15:00:51 +02:00
bugfixes
This commit is contained in:
parent
85f06ab36b
commit
f00c539ca1
9 changed files with 44 additions and 18 deletions
|
@ -7,4 +7,6 @@ var (
|
|||
DebugDisableZapLogger atomic.Bool
|
||||
// Debug option to suppress global warnings
|
||||
DebugDisableGlobalWarnings atomic.Bool
|
||||
// Debug option to suppress global (non-warning) messages
|
||||
DebugDisableGlobalMessages atomic.Bool
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue