We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe959b commit 1606b0cCopy full SHA for 1606b0c
lib/logger/lib/logger.ex
@@ -205,7 +205,7 @@ defmodule Logger do
205
`:level` configuration for the `:logger` application first.
206
207
* `:format` - the format message used to print logs.
208
- Defaults to: `"$time $metadata[$level] $levelpad$message\n"`.
+ Defaults to: `"\n$time $metadata[$level] $levelpad$message\n"`.
209
It may also be a `{module, function}` tuple that is invoked
210
with the log level, the message, the current timestamp and
211
the metadata.
0 commit comments