Zilliqa icon indicating copy to clipboard operation
Zilliqa copied to clipboard

Redirect all output to STDOUT/STDERR

Open yivo opened this issue 5 years ago • 2 comments

Currently all output goes into zilliqa-00001-log.txt. It would be good to have option to redirect all output to console when, as an example, running in Docker.

yivo avatar Feb 18 '19 14:02 yivo

Currently the workaround is to add RUN touch zilliqa-00001-log.txt && ln -sf /dev/stdout zilliqa-00001-log.txt to Dockerfile.

yivo avatar Feb 18 '19 14:02 yivo