App Platform Monitoring

1
Hi guys, I've noticed that it's possible to monitor some things in the Monitoring tab of the App Platform: CPU, App DB accesses, etc. Besides those things, can I monitor other things? Example: Asy-nchronous jobs (when they ran, when they finished, etc.); Errors users had while using the Mendix app I've created. If I can't monitor those things, do they get logged automatically? Or can I manually log this information? How? Writing to a text-file? Thanks.
asked
1 answers
3

Take a look at the Logging Module from Cape Groep in the App store. This will log all errors to the database so you can review them from your application. Just import it to your project.

answered