Agent foreground mode

If the agent crashes with no useful errors in the logs, you can run it in foreground mode where it will not become a daemon and will stay attached to your terminal. Any crash output will be shown in the console which you can send us to help debug the problem. 

Running in foreground mode 

Run these 2 commands: 

cd /usr/bin/sd-agent
python agent.py foreground

Feedback and Knowledge Base