is it possible to pass --trace --console arguments...
# docker-commandbox
g
is it possible to pass --trace --console arguments when startin commandbox docker containers?
b
You don't need console, as that's effectively already enabled
--verbose
is also already enabled
You should be able to add trace with the
BOX_SERVER_TRACE
env var or adding it to your
server.json
I think
👍🏼 1
g
Thanks Brad I will give it a shot. EDIT: works as advertised - Thanks again.