does shell redirection work in a cron job declaration like this? you might need to do something like:
`bash -c "log_manager.sh >>/var/log/bubble/log_manager.log 2>&1"`
let me know if you have tested this and it works.
I’ll add this change just to be sure it will work well for other logs.
But even this doesn’t add output Restarted supervisord that I see in console when I manually execute log_manager.sh after turning logs back on. Anyhow, not of great importance here I guess.
I'll add this change just to be sure it will work well for other logs.
But even this doesn't add output `Restarted supervisord` that I see in console when I manually execute log_manager.sh after turning logs back on. Anyhow, not of great importance here I guess.
@jonathan please review
does shell redirection work in a cron job declaration like this? you might need to do something like:
bash -c "log_manager.sh >>/var/log/bubble/log_manager.log 2>&1"
let me know if you have tested this and it works.
I’ll add this change just to be sure it will work well for other logs.
But even this doesn’t add output
Restarted supervisord
that I see in console when I manually execute log_manager.sh after turning logs back on. Anyhow, not of great importance here I guess.a39cb29480
.