summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-10-28 21:28:59 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-10-28 21:28:59 +0000
commit76176a9906f56dfbf5771471453dbe7757f426f7 (patch)
tree1998c786a4d9cf81f0d89d5bb58fefc8fb822b21 /lib/puppet/parser
parentb6c63f6924250a14e998f4256e81c30e950fed99 (diff)
downloadpuppet-76176a9906f56dfbf5771471453dbe7757f426f7.tar.gz
puppet-76176a9906f56dfbf5771471453dbe7757f426f7.tar.xz
puppet-76176a9906f56dfbf5771471453dbe7757f426f7.zip
central logging is fully functional now, but it is painfully slow, so it is disabled by default
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@733 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/parser')
-rw-r--r--lib/puppet/parser/scope.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb
index 66779cc0f..89e6ab75d 100644
--- a/lib/puppet/parser/scope.rb
+++ b/lib/puppet/parser/scope.rb
@@ -167,7 +167,7 @@ module Puppet
# I should do something to add the node as an object with tags
# but that will possibly end up with far too many tags.
- self.logtags
+ #self.logtags
return objects
end