mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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:
parent
ba95eec1b5
commit
064418e23d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue