Skip to content

Commit

Permalink
Disable logger as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Sep 26, 2021
1 parent 8a8c48f commit d3da713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ port = ":3000"
prefork = false

[logger]
enabled = true
enabled = false
timezone = "Local"
timeformat = "02/01/2006 15:36"
format = "${cyan}[FIBER]${reset} ${time} |${red}${status}${reset}|\t ${latency} |\t\t ${ip} | ${blue}${method}${reset} ${path}\n"
Expand Down

0 comments on commit d3da713

Please sign in to comment.