Skip to content

Commit

Permalink
Actually respect UseSysLogStructuredData= and UseSysLogMsgId= settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones committed Oct 7, 2024
1 parent af439c9 commit 205dbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/netlog/netlog-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ static int manager_read_journal_input(Manager *m) {
message, hostname,
pid,
r >= 0 ? &tv : NULL,
structured_data,
msgid);
m->structured_data ? structured_data : NULL,
m->syslog_msgid ? msgid : NULL);
}

static int update_cursor_state(Manager *m) {
Expand Down

0 comments on commit 205dbe6

Please sign in to comment.