Console backend's log format should be prefixed and suffixed with newlines.
This is how upstream does it by default.
This commit is contained in:
parent
140a54fd4e
commit
c65190c799
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ config :pleroma, Pleroma.Captcha,
|
|||
# Print only warnings and errors during test
|
||||
config :logger,
|
||||
level: :warn,
|
||||
format: "[$level] $message"
|
||||
format: "\n[$level] $message\n"
|
||||
|
||||
config :pleroma, :auth, oauth_consumer_strategies: []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue