We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e8ae2 commit 934a09fCopy full SHA for 934a09f
src/netlog/netlog-manager.c
@@ -379,7 +379,9 @@ static int manager_journal_monitor_listen(Manager *m) {
379
if (r < 0)
380
return r;
381
382
- sd_journal_set_data_threshold(m->journal, 0);
+ r = sd_journal_set_data_threshold(m->journal, 0);
383
+ if (r < 0)
384
+ log_warning_errno(r, "Failed to set journal data field size threshold");
385
386
m->journal_watch_fd = sd_journal_get_fd(m->journal);
387
if (m->journal_watch_fd < 0)
0 commit comments