User story #2988
Updated by Vincent MEMBRÉ almost 12 years ago
We want to have a log file where all agent report about an failed execution will go. The log must be in a syslog-like format (date, etc), human readable (no UUID without the corresponding human readable name), and computer parsable (so that they can be processed by log-centralizing tools like logstash or greylog). That log files should not contain success reports (We only want to know what's wrong). Implementation ticket : #3018 => : pull request : https://github.com/Normation/rudder/pull/34 Integration ticket : #3024 => pull requests : https://github.com/Normation/rudder-techniques/pull/14 and https://github.com/Normation/rudder-packages/pull/7 Documentation ticket : Not decided yet