ELMAH logging messages from Logger.Write()
Hi,
We recently upgrade from 6.3 to 7.2 and added ELMAH to the project. ELMAH is working correctly; however, it is logging everything from the calls to Logger.Write() as HttpExceptions. Is this by design or is it a misconfiguration? It would be nice if we could configure ELMAH to only log unhandled exceptions.
Is this possible?
Thanks,
Dan
Hello Dan,
Using the Elmah you can try setting Log filters in the web.config.
More information and examples could be found here.
I hope this information helps.
Regards,
Svetoslav Manchev
Telerik