Refactored Enum macro

This commit is contained in:
Eishun Kondoh 2018-03-23 11:14:17 +09:00
parent 07fe33df58
commit 44919bc079
2 changed files with 25 additions and 26 deletions

View file

@ -11,7 +11,7 @@ config :tres,
callback_args: []
config :logger,
level: :debug,
level: :info,
format: "$date $time [$level] $metadata$message\n",
metadata: [:application],
handle_otp_reports: true