Email on Errors in Log

0
I would like to get a notification if there is an error in my application. Now I use the microflow action Log Message to log the errors, but there is no trigger for me to look in the application logfiles. Is it possible to get an email when errors appear in the application log file? I can imagine that I can build it myself, but It would be handsome if this was implemented in the platform.
asked
3 answers
1

When a critical log is catched you do get an error if your application runs in the cloud portal. It will not send you mail for log errors you place yourself in the log. If you want some notification on errors you want to know about create your own mail routine or make a scheduled event routine that retrieves all your custom made logs messages and mail those to the app admin.

Regards,

Ronald

answered
1

If you have the logging module in you app, logging is persisted to a database object. You can easily create a microflow to send an email, after a logging message occurs with loglevel 'critical.

Be aware, that after a critical log message, it could be that sending an email isn't possible. Something went wrong and some functions may not work in your app.

answered
0

We have implemented such a module but is not yet in the Appstore. Send me a mail, I'll send you the draft module

answered