Skip to content

Commit 911a7e4

Browse files
authored
Relax log level (#11)
Related to #6 Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 9e2fcb6 commit 911a7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fluent/plugin/fluent_package_update_checker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(options={})
2121
begin
2222
require ENV["FLUENT_PACKAGE_CONFIG"] || DEFAULT_PACKAGE_CONFIG_PATH
2323
rescue LoadError
24-
@logger.error "Failed to load #{ENV["FLUENT_PACKAGE_CONFIG"] || DEFAULT_PACKAGE_CONFIG_PATH}"
24+
@logger.info "Failed to load #{ENV["FLUENT_PACKAGE_CONFIG"] || DEFAULT_PACKAGE_CONFIG_PATH}"
2525
end
2626
@host_os = RbConfig::CONFIG['host_os']
2727
Specinfra.configuration.backend = windows? ? :cmd : :exec

0 commit comments

Comments
 (0)