summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/log.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint/2.6.next/help' into nextJesse Wolfe2011-02-031-0/+6
|\
| * (#4139) hook log autoflush into global defaultsDaniel Pittman2011-02-031-0/+6
* | Merge branch '2.6.x' into nextNick Lewis2011-01-061-3/+3
|\|
| * (#5715) Removed Puppet::Util::Log#version.Paul Berry2010-12-301-3/+3
* | Merge branch '2.6.x' into nextNick Lewis2010-12-161-5/+6
|\|
| * (#5408) Attributes can be both audited and managedJesse Wolfe2010-12-101-5/+6
* | Maint: Added assertion to make sure Log.close_all succeedsPaul Berry2010-11-181-0/+1
|/
* Code smell: Two space indentationMarkus Roberts2010-07-091-208/+208
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-36/+12
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-2/+5
* [#4114] Added queueing to the logNick Lewis2010-07-071-26/+33
* Move syslog into a featureDavid Schmitt2010-02-171-1/+0
* Cleaning up the Log initialization code.Luke Kanies2010-02-171-20/+24
* Refactoring the RAL interface to loggingLuke Kanies2010-02-171-2/+1
* Adding tests for the 'report' log destinationLuke Kanies2010-02-171-0/+2
* Moving log destination code into separate filesLuke Kanies2010-02-171-276/+6
* Fix for #2995 (don't fail to load PSON when UTF-8 missing)Markus Roberts2009-12-311-18/+10
* Bug #1742 Invalid params to --color outputs 'nil'Jesse Wolfe2009-10-261-2/+2
* Logs now assume resource params have metadataLuke Kanies2009-08-031-1/+1
* Fixes #2483 - Log only copies metadata from RAL objectsLuke Kanies2009-08-041-9/+14
* Configuration version information is now in logsLuke Kanies2009-08-011-1/+6
* Removed extra whitespace from end of linesIan Taylor2009-06-061-8/+8
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-15/+15
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-3/+3
* Adding a 'close_all' method to the Log class.Luke Kanies2009-02-061-0/+7
* Fixing #1698 - all logs again show up in the report.Luke Kanies2008-10-281-16/+1
* Doing some simple refactorings on Puppet::LogLuke Kanies2008-10-041-14/+7
* Fixing #1089 - Log messages are now tagged with the log level,Luke Kanies2008-10-041-0/+3
* Adding rspec tests for the Puppet::Util::Log class.Luke Kanies2008-10-041-16/+11
* Fixed #1441 - Updated console coloursJames Turnbull2008-08-011-14/+22
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-1/+1
* Fixing the same bug as the Metric stuff, but for logs this time.luke2007-03-211-0/+1
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-1/+1
* Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.shadoi2007-02-161-1/+1
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-1/+1
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-0/+548