Feature #676
Syslog support
| Status: | New | Start: | 02/20/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 0 (View) |
Description
Smart-Proxy should be able to log to a standard syslog daemon.
Especially in an IT landscape with a large number of nodes you usually have a centralized logging infrastructure and Smart-Proxy should be able to use that if possible. Currently it only supports the output channels of Ruby's Logger class, which is a plain text file or STDOUT.
History
Updated by Ohad Levy about 2 years ago
Syslog support in Ruby seems farily simple.
we can probably replace the custom logger with syslog directly:
require 'syslog'
Syslog.open("foreman-proxy")
Syslog.err "something bad happened"
Syslog.close
Updated by Benjamin Papillon 6 months ago
I clicked on the wrong button to vote. Too bad I didnt find how to revoke my vote :(
