summaryrefslogtreecommitdiff
path: root/src/journal
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal')
-rw-r--r--src/journal/journald-server.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c
index 7be3763f15..47f1d8b504 100644
--- a/src/journal/journald-server.c
+++ b/src/journal/journald-server.c
@@ -935,10 +935,9 @@ static void server_write_to_journal(
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;
}
}