This makes correlating events in sip-output.log and syslog impossible.
This is addressed by Bug 15253 -- possible duplicate?
We add timestamps by default, but we're still not recording PID.. we should add the `%P` required to log PID to the default log4perl configs.
Created attachment 119701 [details] [review] Bug 14300: Add %P to SIP LogPattern This patch adds `%P` to the SIP log4perl configuration so that PID is recorded against log lines. This allows transactions to be more easily tied together under one SIPServer, thus making it easier to pick out a whole transaction from start to finish.
Created attachment 119724 [details] [review] Bug 14300: Add %P to SIP LogPattern This patch adds `%P` to the SIP log4perl configuration so that PID is recorded against log lines. This allows transactions to be more easily tied together under one SIPServer, thus making it easier to pick out a whole transaction from start to finish. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Pushed to master for 21.05, thanks to everybody involved!
Small useful enhancement, I choose to backport. Pushed to 20.11.x for 20.11.06
PS : We should consider this also for Plack non ? Since there are several workers.
Enhancement, not backported to 20.05