Lines Matching refs:journal
21 #include "journal-remote.h"
62 log_error_errno(r, "Failed to create rotated journal: %m");
93 if (w->journal) {
94 log_debug("Closing journal file %s.", w->journal->path);
95 journal_file_close(w->journal);
136 if (journal_file_rotate_suggested(w->journal, 0)) {
138 w->journal->path);
139 r = do_rotate(&w->journal, compress, seal);
144 r = journal_file_append_entry(w->journal, ts, iovw->iovec, iovw->count,
152 log_debug_errno(r, "%s: Write failed, rotating: %m", w->journal->path);
153 r = do_rotate(&w->journal, compress, seal);
157 log_debug("%s: Successfully rotated journal", w->journal->path);
160 r = journal_file_append_entry(w->journal, ts, iovw->iovec, iovw->count,