We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2c938 commit 5ea212fCopy full SHA for 5ea212f
1 file changed
chef/lib/chef/config.rb
@@ -47,7 +47,7 @@ def self.manage_secret_key
47
# location<IO||String>:: Logging location as either an IO stream or string representing log file path
48
#
49
def self.log_location=(location)
50
- @@configuration[:log_location]=(location.respond_to?(:sync=) ? location : File.new(location, "w+"))
+ configure { |c| c[:log_location] = (location.respond_to?(:sync=) ? location : File.new(location, "w+")) }
51
end
52
53
authorized_openid_identifiers nil
0 commit comments