scalyr/scalyr-agent-2

Feature: Add option to log to stdout

pheanex opened this issue · 2 comments

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

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,

#415 seems related