Skip to content

Commit

Permalink
Update filebeat/input/systemlogs/input.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
  • Loading branch information
belimawr and mauri870 authored Oct 22, 2024
1 parent 8405aed commit 3f28a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/input/systemlogs/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func useJournald(c *conf.C) (bool, error) {
}
}

// if no system log files are found, then use jounrald
// if no system log files are found, then use journald
logger.Info("no files were found, using journald input")

return true, nil
Expand Down

0 comments on commit 3f28a9c

Please sign in to comment.