Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move mixlib-auth debugging to trace leveltm/logging | Thom May | 2018-04-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | [CLOUD-319] Make mixlib-log an optional dependency | Ryan Cragun | 2017-04-20 | 1 | -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> |