Migrated grails2 to grails3.
In grails2 i used lots of
log.info,log.debug
statements in side
src/main/groovy
files.
but in grails-3 by default
log
is not injected.
it's giving error like No such property: log for class
问问题
210 次