mirror of
https://github.com/slackhq/nebula.git
synced 2026-04-27 15:21:10 -07:00
Don't log invalid certificates (#1116)
This commit is contained in:
parent
8e94eb974e
commit
a99618e95c
3 changed files with 20 additions and 8 deletions
|
|
@ -244,7 +244,10 @@ tun:
|
|||
# TODO
|
||||
# Configure logging level
|
||||
logging:
|
||||
# panic, fatal, error, warning, info, or debug. Default is info
|
||||
# panic, fatal, error, warning, info, or debug. Default is info and is reloadable.
|
||||
#NOTE: Debug mode can log remotely controlled/untrusted data which can quickly fill a disk in some
|
||||
# scenarios. Debug logging is also CPU intensive and will decrease performance overall.
|
||||
# Only enable debug logging while actively investigating an issue.
|
||||
level: info
|
||||
# json or text formats currently available. Default is text
|
||||
format: text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue