Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Tail/Echo additional logs to Build Step log #3792

ExtraLifeMatt ·

We're launching a 3rd party app during one of our build steps, so the build step log only shows the launch command + parameters, however it would be nice to tail/echo out the log that application generates into the build step log (to keep all info in one place). Is there anyway to point the Build Step log to that file?

  • solved #2
  • replies 1
  • views 474
  • stars 0
robinshen ADMIN ·

You may add an extra step to read the app log and echo it into console so that it can be captured by QB build log.