This commit is contained in:
Joe Kralicky 2024-11-04 14:02:40 -05:00
parent 85f06ab36b
commit f00c539ca1
No known key found for this signature in database
GPG key ID: 75C4875F34A9FB79
9 changed files with 44 additions and 18 deletions

View file

@ -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
)