Open pheanex opened 5 years ago
Hello,
Thanks for the detailed feature request and the suggestions. I have submitted this to our product team, and they are currently reviewing it now. I will let you know when this has been created.
Regards,
https://github.com/scalyr/scalyr-agent-2/pull/415 seems related
Currently only the intial logging of scalyr-agent-2 is sent to stdout and after forking off the daemon, logs are written to log-files. Can we add a CLI-option to write logs to stdout?
This would make this app more 12-factor-compliant and therefore easier to manage.
AFAICS we would just need to put a condition on scalyr_agent/agent_main.py#L707