Skip to content

Instantly share code, notes, and snippets.

@gschueler
Last active December 14, 2015 07:28
Show Gist options
  • Save gschueler/5050535 to your computer and use it in GitHub Desktop.
Save gschueler/5050535 to your computer and use it in GitHub Desktop.
Grails error/exception reporting notes

http://grails.org/plugin/audit-logging automatically update AuditLog table when domain instances change

http://grails.org/plugin/runtime-logging alter logging config while app is running

http://grails.org/plugin/profiler profile grails

http://grails.org/plugin/build-info-tag add build info to generated war, expose via gsp tags

http://grails.org/plugin/mail-on-exception (2.0>) email any exceptions to someone

error reporting apps

https://www.getsentry.com/welcome/ http://grails.org/plugin/raven

https://airbrake.io/pages/home http://grails.org/plugin/airbrake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment