summaryrefslogtreecommitdiffstats
path: root/lib/puppet/log.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-281-2/+2
* Adding a "list" class method to most types, and using it in the tests for the...luke2006-04-201-0/+4
* Fixin #102. The syslog name is now either the name if the process (if that n...luke2006-04-191-1/+3
* adding -e ability to puppet executableluke2006-04-041-4/+10
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-021-1/+2
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-021-0/+2
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-2/+2
* Fixing some logging issuesluke2006-01-241-6/+12
* Modifying docs, and adding scheduling hooksluke2006-01-201-1/+1
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-121-2/+2
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-0/+17
* Undoing the merge that happened in 785luke2006-01-071-17/+0
* Merging in refactoring from version 774 into version 784luke2006-01-071-0/+17
* Lots of refactoring, and added the capture_stderr methodluke2005-11-161-3/+7
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-14/+19
* Making paths work a little more intelligentlyluke2005-11-011-0/+17
* Fixed merging of state values, but I have not yet solved merging of parameter...luke2005-10-291-2/+2
* Protecting from bug in Syslog, and fixing some more log messagesluke2005-10-291-7/+12
* central logging is fully functional now, but it is painfully slow, so it is d...luke2005-10-281-14/+14
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-281-99/+158
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-261-10/+20
* adding tags and path accessorsluke2005-10-261-2/+9
* switching log.rb to raise Puppet::DevError eventsluke2005-09-191-5/+7
* some small fixesluke2005-09-101-1/+1
* setting up http to log to a separate fileLuke Kanies2005-08-101-0/+6
* cleaning up the defaults system even moreLuke Kanies2005-08-021-0/+1
* making the console output slightly less redundantLuke Kanies2005-07-221-3/+9
* doing some refactoringLuke Kanies2005-07-121-8/+8
* swapping console colorsLuke Kanies2005-07-111-2/+2
* adding Puppet#recmkdir utility function, and making sure Log and Storage crea...Luke Kanies2005-07-111-3/+33
* changing Log.destination to Log.destination=()Luke Kanies2005-07-101-1/+5
* fixing debugging to severely reduce output but allow it when debugging a spec...Luke Kanies2005-06-291-1/+5
* basic rpm stuff now worksLuke Kanies2005-06-291-1/+1
* metric testing and graphing now works in the library, although nothing has be...Luke Kanies2005-06-291-4/+6
* logging now exactly supports the list of levels that syslog supports, and mul...Luke Kanies2005-06-281-9/+106
* renaming message.rb to log.rbLuke Kanies2005-06-281-0/+62