Actions
Refactor #25896
closedSyslog logging pattern should not include time or request id
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
The sys_pattern was created to differentiate between file appender and syslog appender:
:pattern: "%d [%.1l|%.3c|%.8X{request}] m\n"
:sys_pattern: "[.1l|%.3c|%.8X{request}] %m\n"
It does not make sense to have the same defaults for both, syslog should really be just %m (message itself), all the rest can be added in syslog configuration when needed.
Updated by Lukas Zapletal almost 6 years ago
- Related to Tracker #22569: Unified and structured logging added
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6428 added
Updated by Lukas Zapletal almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 815c48c0691a44dc6c0d50c3b88bdb52aa0a6391.
Actions