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.
2 parents dc17a2a + b812cf5 commit 3783caaCopy full SHA for 3783caa
logic.rb
@@ -290,7 +290,7 @@
290
end
291
292
293
- up = run_command("#{ENV['DC_CMD']} up --no-deps --remove-orphans -d logstash > /dev/null 2>&1")
+ up = run_command("#{ENV['DC_CMD']} up --no-deps --remove-orphans -d logstash", [])
294
sleep(3)
295
if up != 0
296
puts colorize_red('Something went wrong when initialising live container logging. Check the output above.')
0 commit comments