We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2fcb6 commit 911a7e4Copy full SHA for 911a7e4
lib/fluent/plugin/fluent_package_update_checker.rb
@@ -21,7 +21,7 @@ def initialize(options={})
21
begin
22
require ENV["FLUENT_PACKAGE_CONFIG"] || DEFAULT_PACKAGE_CONFIG_PATH
23
rescue LoadError
24
- @logger.error "Failed to load #{ENV["FLUENT_PACKAGE_CONFIG"] || DEFAULT_PACKAGE_CONFIG_PATH}"
+ @logger.info "Failed to load #{ENV["FLUENT_PACKAGE_CONFIG"] || DEFAULT_PACKAGE_CONFIG_PATH}"
25
end
26
@host_os = RbConfig::CONFIG['host_os']
27
Specinfra.configuration.backend = windows? ? :cmd : :exec
0 commit comments