logmngr: include pid in log output by fluent-bit

(cherry picked from commit 0b3420240d)

Co-authored-by: Mohd Husaam Mehdi <husaam.mehdi@iopsys.eu>
This commit is contained in:
Vivek Dutta 2025-10-12 11:38:13 +05:30 committed by IOPSYS Dev
parent ba95eec1b5
commit 064418e23d
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ config source 'default_source'
config template 'default_template'
option name 'default_template'
option expression '{time} {hostname} {ident}: {message}'
option expression '{time} {hostname} {ident}[{pid}]: {message}'
config action 'default_action'
option name 'default_action'