Skip to content

Commit

Permalink
Merge pull request #1541 from saschagrunert/journal-id
Browse files Browse the repository at this point in the history
Allow passing an ID to journald log driver
  • Loading branch information
giuseppe committed Sep 3, 2024
2 parents 6ad2b30 + 544fe3f commit 28b47d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcrun/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ libcrun_init_logging (crun_output_handler *new_output_handler, void **new_output

case LOG_TYPE_JOURNALD:
*new_output_handler = log_write_to_journald;
*new_output_handler_arg = NULL;
*new_output_handler_arg = (void *) id;
break;
}
}
Expand Down

1 comment on commit 28b47d6

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.