From d06cd3faeaaa5a006cad9f9e20b07ed9ce61fd6a Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 24 Feb 2006 22:01:47 +0000 Subject: removing the initial syslog dest setting git-svn-id: https://reductivelabs.com/svn/puppet/trunk@942 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetmasterd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/puppetmasterd b/bin/puppetmasterd index 1f27ca70a..3f235b179 100755 --- a/bin/puppetmasterd +++ b/bin/puppetmasterd @@ -75,7 +75,7 @@ options = [ [ "--verbose", "-v", GetoptLong::NO_ARGUMENT ], [ "--version", "-V", GetoptLong::NO_ARGUMENT ] ] -Puppet::Log.newdestination(:syslog) +#Puppet::Log.newdestination(:syslog) # Add all of the config parameters as valid options. Puppet.config.addargs(options) -- cgit