-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
I've got this config in my test.exs
config
config :logger,
backends: [{LoggerFileBackend, :test}]
config :logger, :test,
colors: [enabled: true],
path: "/tmp/test.log",
level: :debug,
format: "$time [$level] [$metadata] - $message\n",
metadata: [:pid, :mfa, :file, :line]
but I can't see colorful logs in the file. Is this some unsupported feature for file logging?
tomekowal
Metadata
Metadata
Assignees
Labels
No labels