Skip to content

Commit

Permalink
use info level to journald (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonicmuroq authored May 25, 2021
1 parent cd8344f commit b84d600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/logs/enc.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (c *JournalEncoder) Encode(logline *types.Log) error {
defer c.Unlock()

p := fmt.Sprintf("message %s", logline.Data)
return journal.Send(p, journal.PriErr, vars)
return journal.Send(p, journal.PriInfo, vars)
}

// Close .
Expand Down

0 comments on commit b84d600

Please sign in to comment.