Skip to content

Commit 67a8d70

Browse files
committed
warn -> debug
1 parent 4859655 commit 67a8d70

File tree

1 file changed

+1
-1
lines changed
  • lib/logstash/outputs

1 file changed

+1
-1
lines changed

lib/logstash/outputs/s3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def rotation_strategy
341341
end
342342

343343
def clean_temporary_file(file)
344-
@logger.warn("Removing temporary file", :file => file.path)
344+
@logger.debug("Removing temporary file", :file => file.path)
345345
file.delete!
346346
end
347347

0 commit comments

Comments
 (0)