Project

General

Profile

Feature #676

Updated by Lukas Zapletal over 10 years ago

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":http://www.ruby-doc.org/stdlib/libdoc/logger/rdoc/classes/Logger.html class, which is a plain text file or @STDOUT@.

Back