logs need to be on their own line
parent
b9ea23e4b2
commit
7aee85f3ba
|
@ -88,6 +88,7 @@ func (router *DefaultWritingRouter) Route(message string, context map[string]int
|
||||||
p = dotquote.AppendMap(p, context, "ctx")
|
p = dotquote.AppendMap(p, context, "ctx")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p = append(p, '\n')
|
||||||
|
|
||||||
_,_ = oi.LongWrite(router.writer, p)
|
_,_ = oi.LongWrite(router.writer, p)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue