summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorChristopher Brown <cb@opscode.com>2009-12-11 15:09:59 -0800
committerChristopher Brown <cb@opscode.com>2009-12-11 15:09:59 -0800
commit1c18b2b2badc4de2f5c13b55759aae3399551dc5 (patch)
treecc71b87564abe620443ef7a9686c11ad7d0e640c /features
parente0bb871736e8e517547fd0f79c6597078608b6d6 (diff)
downloadmixlib-log-1c18b2b2badc4de2f5c13b55759aae3399551dc5.tar.gz
fix log level setting
Diffstat (limited to 'features')
-rw-r--r--features/steps/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/log.rb b/features/steps/log.rb
index 13a8fea..d8a5070 100644
--- a/features/steps/log.rb
+++ b/features/steps/log.rb
@@ -17,7 +17,7 @@
#
Given /^a base log level of '(.+)'$/ do |level|
- Logit.level(level.to_sym)
+ Logit.level = level.to_sym
end
When /^the message '(.+)' is sent at the '(.+)' level$/ do |message, level|