commit | d784be7d6f3edbd1b4bea919fcdfc4a83d7337a9 | [log] [tgz] |
---|---|---|
author | illumin-us-r3v0lution <illumin-us-r3v0lution@users.noreply.github.com> | Thu Sep 25 18:05:25 2014 +0000 |
committer | illumin-us-r3v0lution <illumin-us-r3v0lution@users.noreply.github.com> | Sat Sep 27 15:48:46 2014 +0000 |
tree | d0bacd31c49c574f6c28e58b21b5ee9875f0e64f | |
parent | f73990304be8dad24dbb13b0bbd7f2ea6ef11163 [diff] |
Setup basic logging for reclass * Create a new module, reclass.logs with a basic configuration provided to logging.config.dictConfig() * Log messages to stderr by default * Set default log (verbosity) level to ERROR * Provide a new flag, --debug, to enable debug messaging (set log level to DEBUG) This does not make use of the logging as much as provide the basic structures to use.