diff options
-rwxr-xr-x | bin/puppetmasterd | 2 |
1 files changed, 1 insertions, 1 deletions
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) |