diff options
| author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-09 21:15:38 +0000 |
|---|---|---|
| committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-09 21:15:38 +0000 |
| commit | 7f7b5c679ff4957dcd94b4652033b9fad871cad2 (patch) | |
| tree | 2e2c928b369ae7d2047c3b2ff3014e1bfbec2538 /bin/puppetmasterd | |
| parent | b13b5edba1f8e1834b15e5b7244869afe814da93 (diff) | |
Change in how logging is defaulted: by default logs go to :syslog, unless the user explicitly gives at least one --logdest argument, in which case logs only go to the destinations the user gave.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@895 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin/puppetmasterd')
| -rwxr-xr-x | bin/puppetmasterd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/puppetmasterd b/bin/puppetmasterd index e0f7da25f..1f27ca70a 100755 --- a/bin/puppetmasterd +++ b/bin/puppetmasterd @@ -113,7 +113,6 @@ begin when "--debug" Puppet::Log.level = :debug Puppet::Log.newdestination(:console) - setdest = true when "--help" if $haveusage RDoc::usage && exit @@ -138,7 +137,6 @@ begin puts "%s" % Puppet.version exit when "--verbose" - setdest = true Puppet::Log.level = :info Puppet::Log.newdestination :console else |
