Update net_services.c

pull/276/head
sfeakes 2024-04-15 18:49:39 -05:00
parent a98dcd62d3
commit aac882dca9
1 changed files with 2 additions and 1 deletions

View File

@ -175,6 +175,7 @@ sd_journal *open_journal() {
sd_journal_close(journal);
return journal;
}
/* Docker wll also have problem with this
// Daemon will change PID after printing startup message, so don't filter on current PID
if (_aqconfig_.deamonize != true) {
snprintf(filter, 50, "_PID=%d",getpid());
@ -184,7 +185,7 @@ sd_journal *open_journal() {
sd_journal_close(journal);
return journal;
}
}
}*/
if (sd_journal_set_data_threshold(journal, LOGBUFFER) < 0)
{