Skip to content

v5.0.4

Compare
Choose a tag to compare
@amcclain amcclain released this 16 Oct 19:03
· 697 commits to develop since this release

🐞 Bug Fixes

  • Avoids the use of (sometimes) reserved SQL word level in the LogLevel config object. Remapped to log_level column.

⚠️ Note that this will require a schema update if Grails is not configured to do so automatically, and will result in existing overrides having a null level (which is supported and means "no override").

:octocat: Commit Log