Feature #8006
Implement logging to stdout/stderr
Description
Since systemd automatically capture stdout/stderr, it is possible to trivially add systemd/journald/syslogd support just by adding an option to log to standard output/error.
This would be nice to have in discovery image too.
Related issues
Associated revisions
History
#1
Updated by Lukas Zapletal over 8 years ago
- Related to Feature #676: Syslog support added
#2
Updated by Lukas Zapletal over 8 years ago
Implementation proposal:
:log_file: STDOUT
should log everything to stdout (without time/date prefixes).
#3
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/229 added
- Pull request deleted (
)
#4
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 31728207f7486ac4fc42d2580dd7debc4c34c9b3.
#5
Updated by Dominic Cleal over 8 years ago
- Category set to Core
- Target version set to 1.7.2
- Legacy Backlogs Release (now unused) set to 21
#6
Updated by Lukas Zapletal over 8 years ago
Anybody agains backporting this into 1.6.z if we have an update scheduled? I d love to have it for 1.6 discovery.
#7
Updated by Lukas Zapletal over 8 years ago
- Related to Tracker #8360: Full journald support added
#8
Updated by Dominic Cleal over 8 years ago
- Legacy Backlogs Release (now unused) changed from 21 to 27
Fixes #8006 - added STDOUT proxy log option