Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Make all output use logfmt format, including time and level
Browse files Browse the repository at this point in the history
  • Loading branch information
riverrun committed Feb 12, 2017
1 parent 03acf8a commit aa786ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
use Mix.Config

config :logger, :console,
format: "\ntime=$time level=$level $message\n"

0 comments on commit aa786ce

Please sign in to comment.