Skip to content

Commit

Permalink
Clarify journal warning (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored and cyriltovena committed Oct 2, 2019
1 parent cdc0dc4 commit 05f8e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/promtail/targets/journaltargetmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func NewJournalTargetManager(
client api.EntryHandler,
scrapeConfigs []scrape.Config,
) (*JournalTargetManager, error) {
level.Warn(logger).Log("msg", "WARNING!!! Journal target manager initialized on platform without Journal support!")
level.Warn(logger).Log("msg", "WARNING!!! Journal target was configured but support for reading the systemd journal is not compiled into this build of promtail!")
return &JournalTargetManager{}, nil
}

Expand Down

0 comments on commit 05f8e56

Please sign in to comment.