Log to REST-based service
Closed this issue · 3 comments
atifaziz commented
Rather than logging to a centralized database, ELMAH could send a JSON-serialized exception to a user-specified endpoint to allow centralized exception logging. This would remove the need for a persistent DB connections.
This is NOT a request for an endpoint, just the ability to supply our own endpoint.
Originally reported on Google Code with ID 395
Reported by andlewis
on 2015-07-06 20:10:32
atifaziz commented
Have you checked out the ErrorPostModule
in the ELMAH Sandbox?
Reported by @atifaziz on 2015-07-06 20:23:59
ThomasArdal commented
Maybe just close this one? As you say, ErrorPostModule
does exactly this.