View Application Error Log
Hi Community,
Is it possible to track Application Errors from a specific namespace?
With the new API, I know we have the endpoint /alerts.
But the endpoint /alerts, as described in the documentation:
The /alerts endpoint fetches the most recent alerts from the alerts.log file and returns them in JSON format.
I want to create push notifications for Application errors in specifics Namespaces, and I don't know how to extract that information from there.
System > System Logs > View Application Error Log
Thanks,
Henrique
Is your app in that Namespace an Interoperability production?
Hi @Eduard Lebedyuk
I want to generalize, and not every Namespace will be an Interoperability production.
Do you want to send alerts on all exceptions?
If you have a centralized exception handler, you can write to messages.log from there and send alerts with Log Monitor (or use /alerts endpoint with external monitoring tool).