summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/log.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | semicolons
* Adding a 'close_all' method to the Log class.Luke Kanies2009-02-061-0/+7
| | | | | | This moves the code out of Daemon. Signed-off-by: Luke Kanies <luke@madstop.com>
* 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
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing #1089 - Log messages are now tagged with the log level,Luke Kanies2008-10-041-0/+3
| | | | | | making it easier to match messages in the 'tagmail' report. Signed-off-by: Luke Kanies <luke@madstop.com>
* Adding rspec tests for the Puppet::Util::Log class.Luke Kanies2008-10-041-16/+11
| | | | | | | Also using Puppet::Util::Tagging to handle the tagging, rather than custom methods. Signed-off-by: Luke Kanies <luke@madstop.com>
* 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 ↵luke2007-07-041-1/+1
| | | | | | classes no longer have the same base class. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2647 980ebf18-57e1-0310-9a29-db15c13687c0
* Fixing the same bug as the Metric stuff, but for logs this time.luke2007-03-211-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2340 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2259 980ebf18-57e1-0310-9a29-db15c13687c0
* Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.shadoi2007-02-161-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2202 980ebf18-57e1-0310-9a29-db15c13687c0
* Moving all of the client and server code into a single network/ directory. ↵luke2007-02-081-1/+1
| | | | | | In other words, more code structure cleanup. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2179 980ebf18-57e1-0310-9a29-db15c13687c0
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ↵luke2007-02-071-0/+548
up the top-level namespace a bit. This is a lot of file modifications, but most of them just change class names and file paths. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2178 980ebf18-57e1-0310-9a29-db15c13687c0