logs need to be on their own line

master
Charles Iliya Krempeaux 2016-09-23 15:24:45 -07:00
parent b9ea23e4b2
commit 7aee85f3ba
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ func (router *DefaultWritingRouter) Route(message string, context map[string]int
p = dotquote.AppendMap(p, context, "ctx")
}
p = append(p, '\n')
_,_ = oi.LongWrite(router.writer, p)