DEV Community

Discussion on: Error recording - How to record errors in your application to debug later

Collapse
 
tolgadevsec profile image
Tolga Ünlü

Thanks for this article series Spyros!
regarding the errors and the information that you can record, this can also be very useful in a security context as it can support you in identifying security issues or catch suspicious activity against your application :)
Anyone being interested in that might want to check out the OWASP Logging Cheatsheet on further information.

Collapse
 
sargalias profile image
Spyros Argalias

My pleasure :).

I agree. That page in particular is one of my main references whenever I have to deal with logging in an application.

In a best case scenario, the error recording described here is partnered with logging like what's described in the OWASP link.