Format ’/tmp/foo.log;0xff;{datetime} {level}({ident}): {msg} FOO{level}BAR’ produce lines like : 2019 Info14:01:53+0200 Info(MainProc): Master process exiting. FOO BAR
The last level field is in prefix instead of being in the suffix (where the placeholder is empty… between FOO and BAR)
Format <code>'/tmp/foo.log;0xff;{datetime} {level}({ident}): {msg} FOO{level}BAR'</code> produce lines like : <code>2019 Info14:01:53+0200 Info(MainProc): Master process exiting. FOO BAR</code>
The last level field is in prefix instead of being in the suffix (where the placeholder is empty... between FOO and BAR)
yannweb
added this to the BETA version milestone 5 years ago
Format
’/tmp/foo.log;0xff;{datetime} {level}({ident}): {msg} FOO{level}BAR’
produce lines like :2019 Info14:01:53+0200 Info(MainProc): Master process exiting. FOO BAR
The last level field is in prefix instead of being in the suffix (where the placeholder is empty… between FOO and BAR)