Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | File log devices opened by mixlib-log should be closed. | Max Horbul | 2016-03-18 | 1 | -0/+22 | |
| | | | | | | | Ruby does not have a destructor concept so the opened files should be closed explicitely. The ruby logger which is used as a default logger here does not close logdevices it opened until #close method is called. When #rest! happens the logger instance gets destroyed but the #close method is not triggered. This patch should help to solve the problem described here: https://github.com/chef/chef/issues/3435 | |||||
* | Resolve chef style issues | Tim Smith | 2016-03-01 | 2 | -23/+22 | |
| | ||||||
* | Opscode -> Chef | Tim Smith | 2016-03-01 | 2 | -5/+5 | |
| | ||||||
* | Merge pull request #7 from ketan/add-does-not-pass-args-correctly | Serdar Sutay | 2014-05-21 | 1 | -1/+1 | |
|\ | | | | | Ensure that arguments to Mixlib::Log#add are passed as is to all loggers | |||||
| * | Ensure that arguments to Mixlib::Log#add are passed as is to all loggers | Ketan Padegaonkar | 2012-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Release 1.6.0 (relaxed dependencies) | John Keiser | 2013-04-02 | 1 | -1/+1 | |
| | | ||||||
* | | Release 1.4.2 (relaxed dependencies) | John Keiser | 2013-04-02 | 1 | -1/+1 | |
|/ | ||||||
* | Release 1.4.1 (add rubygem-test)1.4.1 | Bryan McLellan | 2012-06-08 | 1 | -1/+1 | |
| | ||||||
* | Release 1.4.01.4.0 | Bryan McLellan | 2012-06-08 | 1 | -1/+1 | |
| | ||||||
* | Changing to iso8661 - fixes CHEF-2161 | Adam Jacob | 2012-06-07 | 1 | -2/+2 | |
| | ||||||
* | Fix inconsistend doc string for default log level. | Björn Albers | 2012-06-01 | 1 | -1/+1 | |
| | ||||||
* | rm jeweler, make mixlib-log bundler-able | Daniel DeLeo | 2011-03-17 | 2 | -0/+6 | |
| | ||||||
* | Add support for initializing Mixlib::Log with a logger | Daniel DeLeo | 2011-03-17 | 1 | -6/+22 | |
| | ||||||
* | Add input checking when bulk assigning log devices | Daniel DeLeo | 2011-03-15 | 1 | -2/+8 | |
| | ||||||
* | add multiple logger support | Daniel DeLeo | 2011-03-15 | 1 | -19/+72 | |
| | ||||||
* | [CHEF-1382] allow the logger to be reinitialized | Daniel DeLeo | 2010-10-13 | 1 | -8/+6 | |
| | ||||||
* | fix makefile and require order | Christopher Brown | 2009-12-21 | 1 | -1/+1 | |
| | ||||||
* | make log level changes backward compatible | Christopher Brown | 2009-12-14 | 1 | -6/+8 | |
| | ||||||
* | fix up the logger and level pseudo accessors | Christopher Brown | 2009-12-10 | 1 | -6/+17 | |
| | ||||||
* | Convert to jeweler | AJ Christensen | 2009-05-12 | 1 | -28/+18 | |
| | ||||||
* | Initial commit | Adam Jacob | 2009-03-11 | 2 | -0/+140 | |