generated from tpl/purs
fix: pad message with space
This commit is contained in:
parent
135348af98
commit
b29c2dcc6c
@ -41,7 +41,7 @@ pretty log =
|
|||||||
context'' {path: p, context: cs} = "[" <> p <> "](" <> intercalate " > " cs <> ")"
|
context'' {path: p, context: cs} = "[" <> p <> "](" <> intercalate " > " cs <> ")"
|
||||||
context' = context'' $ Array.NonEmpty.last $ context log
|
context' = context'' $ Array.NonEmpty.last $ context log
|
||||||
in
|
in
|
||||||
intercalate "" [ level', actor', context', message log ]
|
intercalate "" [ level', actor', context', " " <> message log ]
|
||||||
|
|
||||||
json :: Instant -> Log -> String
|
json :: Instant -> Log -> String
|
||||||
json now log = do
|
json now log = do
|
||||||
|
Loading…
Reference in New Issue
Block a user