Skip to content

Commit

Permalink
Set logging format to text by default in config
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyar committed Jan 22, 2020
1 parent 6a73774 commit c011da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/gobetween.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# Logging configuration
#
[logging]
level = "info" # "debug" | "info" | "warn" | "error"
level = "info" # "debug" | "info" | "warn" | "error"
output = "stdout" # "stdout" | "stderr" | "/path/to/gobetween.log"
format = "json" # "json"
format = "text" # (optional) "text" | "json"

#
# Pprof profiler configuration
Expand Down

0 comments on commit c011da4

Please sign in to comment.