getgrav / grav-plugin-error

Grav Errors Plugin
https://getgrav.org
MIT License
4 stars 29 forks source link

Feature suggestion: Log 404 error URLs to grav.log #15

Closed a1studmuffin closed 8 years ago

a1studmuffin commented 8 years ago

It'd be great if the plugin provided an option to log 404 error URLs to grav.log for later analysis. It would be very useful to know if a (potentially) broken URL is receiving traffic.

a1studmuffin commented 8 years ago

Actually I just discovered https://github.com/hugoaf/grav-plugin-logerrors which seems to do exactly what I wanted - hooray for plugin architectures! :)