Skip to content

Commit 6354c6f

Browse files
committed
log: add empty line before guide for report
1 parent a114e32 commit 6354c6f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lib/fluent/tail_checker/tail_check.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,12 @@ def check
107107
puts "\nAll check completed. (Fluentd v#{Fluent::VERSION})"
108108

109109
unless succeeded
110-
puts "Some anomalies are found. Please check the logs for details."
111-
puts "If you have any questions or issues, please report them to the following:"
112-
puts " Fluentd Q&A: https://github.com/fluent/fluentd/discussions/categories/q-a"
113-
puts " Fluentd Q&A (日本語用): https://github.com/fluent/fluentd/discussions/categories/q-a-japanese"
114-
puts " About this command (日本語可): https://github.com/clear-code/fluent-tail_checker/issues"
110+
puts "Some anomalies are found. Please check the logs for details.",
111+
"",
112+
"If you have any questions or issues, please report them to the following:",
113+
" Fluentd Q&A: https://github.com/fluent/fluentd/discussions/categories/q-a",
114+
" Fluentd Q&A (日本語用): https://github.com/fluent/fluentd/discussions/categories/q-a-japanese",
115+
" About this command (日本語可): https://github.com/clear-code/fluent-tail_checker/issues"
115116
return false
116117
end
117118

0 commit comments

Comments
 (0)