If found if kamailio started from command line like
kamailio -DD -E
and presentlog_engine_type="systemd"
, then i can see messages fromsd_journal_print
andxlog
functions.When I start kamailio with same config as systemd service then I not see messages from
sd_journal_print
andxlog
functions.When I disable
log_engine_type="systemd"
then i can see output ofsd_journal_print
andxlog
functions again.
Think some issue exist here.
That is exactly what I find as well. I'm re-researching this as well as the new systemdops.so
module to support sd_notify()
in 0c48e16. Both of them seem to suffer from the same issue -- the way Kamailio is forking interferes with the core using certain modules, as they relate to sending messages to systemd.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.