Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ r, ".* ERR syncd\d*#syncd.*SAI_API_UNSPECIFIED:sai_bulk_object_get_stats.*"
r, ".* ERROR: Failed to parse lldp age.*"

# NTPsec always expects the statistics directory to be available, but for now, we don't need NTP stats to be logged
r, ".* ERR ntpd.*: statistics directory .* does not exist or is unwriteable, error No such file or directory"
r, ".* ERR ntpd.*: statistics directory .* does not exist or is unwriteable.*"

# NTPsec logs a message with ERR in it at NOTICE level when exiting gracefully, ignore it
r, ".* NOTICE ntpd.*: ERR: ntpd exiting on signal 15.*"
Expand Down
Loading