Is it possible to read the log messages of my application in studio pro? I would like to create a dashboard on the admin page of my mendix application, where the admin can see how many error log messages occurred in the last time. At the second step I would like to send a message to my slack channel, when there are more than X error messages in the last 5 minutes. I can use the SlackMessage plugin to send a message but how to retrieve the necessary data?
asked
Forgotten User Oc0rhGekpP
2 answers
0
Take a look at the Logging module in the Marketplace.
This will put matching log messages into a database that you can query.