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 b69cea5 commit a3980d0Copy full SHA for a3980d0
lib/fluent/plugin/in_fluent_package_update_notifier.rb
@@ -72,7 +72,7 @@ def check_fluent_pacakge_update_information
72
checker = Fluent::Plugin::FluentPackage::UpdateChecker.new(options)
73
checker.run
74
rescue => e
75
- log.error { "Failed to check updates: #{e.message}" }
+ log.info { "Failed to check updates: #{e.message}" }
76
end
77
78
0 commit comments