summaryrefslogtreecommitdiff
path: root/lib/chef/resource/log.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-13 11:26:39 -0700
committerTim Smith <tsmith@chef.io>2018-06-13 11:26:39 -0700
commitf54f8df39648f362a4f6bb7d4760ed007f2e9f43 (patch)
tree31bacd28a8f248e21c7a5e27c09e508774224b6c /lib/chef/resource/log.rb
parenta87f3922e90983bceaaa22f705cb6ee2bab235e4 (diff)
downloadchef-f54f8df39648f362a4f6bb7d4760ed007f2e9f43.tar.gz
Minor fixes from PR review
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/log.rb')
-rw-r--r--lib/chef/resource/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/log.rb b/lib/chef/resource/log.rb
index 0f0f0df082..b97b5c9e66 100644
--- a/lib/chef/resource/log.rb
+++ b/lib/chef/resource/log.rb
@@ -43,7 +43,7 @@ class Chef
property :level, Symbol,
equal_to: [ :debug, :info, :warn, :error, :fatal ], default: :info,
- description: "The level of logging that is to be displayed by the Chef Client."
+ description: "The logging level to display this message at."
allowed_actions :write
default_action :write