Link Search Menu Expand Document

strace

The strace field determines whether we need to run the app with strace enabled for debugging purposes.

Summary

FIELD       strace
PATH        program[N].strace
PARENT      program
TYPE        Boolean
DEFAULT     false

Example

[[program]]
  binary = "/usr/bin/path"
  args = "-jar myapp.jar"
  env = ["HOME=/", "USER=root"]
  stdout = "/dev/vtty"
  stderr = "/dev/vtty"
  bootstrap = ["SLEEP 3000"]
  strace=true

CLI Flag

--program[0].strace=true

Table of contents


Copyright © 2020 Vorteil.io. Support website for Vorteil.io