Feature #7033
closedSyslog capability
Description
It would be quite handy to have native syslog capability, this would help with things like keeping track of instance creations, time taken for said creations, etc. This is currently doable but it's a lot of work since it means forwarding and parsing the production.log file, and this file isn't very "syslog-y" in it's formatting.
This is no major issue or anything, but a nice to have thing.
Updated by Dominic Cleal over 10 years ago
- Category set to Rails
Using_Syslog_with_Foreman is Johan's page on configuring rsyslog to read production.log, as noted above.
Updated by Jon McKenzie over 9 years ago
If this capability were developed, would it be included with Foreman or be pushed into a plugin (can a Rails engine reconfigure global logging?)?
I have a syslog implementation working on our dev Foreman using the syslogger
gem and it seems to work ok. I see #10487 is attempting to address this as well, so not sure if I should pursue it. My change is pretty minimal, just two new settings syslog
and syslog_facility
.
Updated by Marek Hulán over 9 years ago
Updated by Ohad Levy over 9 years ago
- Related to Feature #10487: As a developer, I should be able to define custom loggers and control them via settings added
Updated by Marek Hulán over 9 years ago
Actually, I missed that the #10487 is already ready for testing, so I think you can just wait a bit longer, until it gets in. It should allow you to customize log outputs to use syslog.
Updated by Dominic Cleal over 9 years ago
- Related to Tracker #8360: Full journald support added
Updated by Dominic Cleal over 9 years ago
#10487's merged and should be in nightlies soon. You can reconfigure /etc/foreman/logging.yaml to enable syslog output, but I don't know that the output is in a particularly syslog-esque style. We could take improvements to the examples in logging.yaml perhaps for formatting and setting the facility.
Updated by Lukas Zapletal almost 9 years ago
- Related to Feature #13702: Configure Foreman with syslog by default added
Updated by Lukas Zapletal over 6 years ago
- Status changed from New to Duplicate
We added both syslog and journad in Foreman core, now there is discussion to enable it by default by the installer. See #22559.