send logs when apptask fails

This commit is contained in:
Girish Ramakrishnan
2016-04-19 18:39:44 -07:00
parent 15653cb3f8
commit eadff099eb
5 changed files with 21 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
<%if (format === 'text') { %>
Dear Cloudron Team,
Unfortunately <%= program %> on <%= fqdn %> exited unexpectedly!
Please see some excerpt of the logs below.
Thank you,
Your Cloudron
-------------------------------------
<%- context %>
<% } else { %>
<% } %>