Especially when using in-memory logging, these are too noisy so
let's drop them back to debug level.
if (!f)
return;
- if (journal_file_rotate_suggested(f->file, s->max_file_usec, LOG_INFO)) {
- log_ratelimit_info(JOURNAL_LOG_RATELIMIT,
- "%s: Journal header limits reached or header out-of-date, rotating.",
- f->file->path);
+ if (journal_file_rotate_suggested(f->file, s->max_file_usec, LOG_DEBUG)) {
+ log_debug("%s: Journal header limits reached or header out-of-date, rotating.",
+ f->file->path);
rotate = true;
}
}