Gleaned from this post, the following seemed to work for me:
# in config/config.exs
import Config
config :logger, :console,
format: "$date $time [$level] $message\n",
device: :standard_error
Gleaned from this post, the following seemed to work for me:
# in config/config.exs
import Config
config :logger, :console,
format: "$date $time [$level] $message\n",
device: :standard_error