Commit 5552d1ad authored by Michael Kozono's avatar Michael Kozono

Log the find command used

parent 87529ce5
......@@ -82,6 +82,8 @@ module Gitlab
cmd = %w[ionice -c Idle] + cmd if ionice_is_available?
Rails.logger.info "PrepareUntrackedUploads find command: \"#{cmd.join(' ')}\""
cmd
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment