enabling in production in later releases doesn't seem to work
Closed this issue · 2 comments
gschrader commented
I'm trying the latest version 2.0.8.
I have grails.plugin.console.enabled = true
in my Config.groovy
, I set a breakpoint in EnabledInterceptor and consoleConfig.enabled
ends up being false.
I guessed maybe it had something do with 2b2b215 so
I tried an earlier version 2.0.4 and it seems to work.
sheehan commented
Which version of Grails are you using? Config.groovy
should only by for Grails 2.x.
gschrader commented
Oops my bad, I had both Config.groovy
and application.groovy
while I upgraded from 2 to 3. Thanks for setting me straight, It's working correctly for me now!