summaryrefslogtreecommitdiffstats
path: root/lib/puppet/log.rb
Commit message (Expand)AuthorAgeFilesLines
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-20/+29
* Fixing #305 -- logs now reopen when Puppet restarts, and there is also now an...luke2006-10-091-0/+5
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-4/+2
* Renaming logfacility to syslogfacility as recommended by lutter.luke2006-10-041-1/+1
* Adding configurability to the syslog facility, using the "logfacility" parame...luke2006-10-041-1/+6
* Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail)luke2006-09-201-1/+2
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-1/+1
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-201-17/+10
* Another batch of bug fixes, this time focused on OS X patches. Looks like I ...luke2006-07-221-1/+1
* Trying to merge metrics and reports. There is now a separate transaction rep...luke2006-06-301-3/+32
* First commit of complete reporting support. The only existing report at this...luke2006-06-291-0/+8
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-271-133/+252
* Setting options and the facility for syslogluke2006-06-141-1/+7
* turning on output flushingluke2006-06-121-0/+3
* 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