summaryrefslogtreecommitdiff
path: root/lib/mixlib/authentication/null_logger.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move mixlib-auth debugging to trace leveltm/loggingThom May2018-04-111-2/+2
| | | | Signed-off-by: Thom May <thom@chef.io>
* [CLOUD-319] Make mixlib-log an optional dependencyRyan Cragun2017-04-201-0/+24
This change makes mixlib-log an optional dependency. When it's available in the LOAD_PATH it will be used by default, otherwise, all logging will will be forwarded to a null logger that does nothing. This is useful for cases where small utilities can consume mixlib-authentication and not have to pull in additional gems. Signed-off-by: Ryan Cragun <me@ryan.ec>