Logging into JournalD from Deepstream

Hi all,
we are building a jetson NX based system with Deepstream for realtime video inference.
We would like to aggregate all log outputs (system, application and gstreamer) to the log facility of journalD.
Is there any good way to stream all log output of gstreamer and its plugins into journalD?
cheers,
G. Aulke

The current Gstreamer log system does not support writing into journaID, like printing-debug-information. But you can customize it in your own code by reffering to how-to-set-up-glib-log-output.

Thanks for the reply. We would like to write logs from all plugins and the gstreamer system to a joint log file. Can i send standard log output to a message broker and from there to journald or something?

About this, you can explore the log mechanism of Gstreamer itself debugging-tools. This might be more helpful to your needs.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.