Project

General

Profile

« Previous | Next » 

Revision c9f549d2

Added by Ulrich Dangel over 12 years ago

  • ID c9f549d25c00df61e2cbadd8977381a86aecd039

Change default log_level for debians log_level to INFO

Starting with commit 5821a2694b1d62ad6c250fdced123bfe8d17cf4e the
log level is looked up using the get_const method which requires
unqualified strings. This patch fixes the default log level for the
debian package and updates the comments.

View differences:

extra/debian/settings.yml
# filename or STDOUT
:log_file: /var/log/foreman-proxy/foreman-proxy.log
# valid options are
# Logger::WARN, Logger::DEBUG, Logger::Error, Logger::Fatal, Logger:INFO, LOGGER::UNKNOWN
:log_level: Logger::INFO
# WARN, DEBUG, Error, FATAL, INFO, UNKNOWN
:log_level: INFO

Also available in: Unified diff