Skip to content

Commit

Permalink
[#117] Change default log level to "info".
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn authored and alanking committed Oct 27, 2023
1 parent fb84131 commit 6ba3edf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,15 @@ Notice how some of the configuration values are wrapped in angle brackets (e.g.
"port": 9000,

// The minimum log level needed before logging activity.
"log_level": "warn",
//
// The following values are supported:
// - trace
// - debug
// - info
// - warn
// - error
// - critical
"log_level": "info",

// Defines options that affect various authentication schemes.
"authentication": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ auto print_configuration_template() -> void
"host": "0.0.0.0",
"port": 9000,
"log_level": "warn",
"log_level": "info",
"authentication": {{
"eviction_check_interval_in_seconds": 60,
Expand Down

0 comments on commit 6ba3edf

Please sign in to comment.