Skip to content

Commit

Permalink
Grails Console: set IO verbosity to VERBOSE
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 21, 2023
1 parent 7d78b51 commit cd09441
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ class GrailsShell extends Grails {
binding.setVariable(GrailsApplication.APPLICATION_ID, grailsApplication)
bindingCustomizers?.each { customizer -> customizer.customize(binding) }

IO io = new IO()
io.verbosity = IO.Verbosity.VERBOSE
Groovysh groovysh = new Groovysh(binding, new IO()) {

CompilerConfiguration configuration = CompilerConfiguration.DEFAULT
Expand Down

0 comments on commit cd09441

Please sign in to comment.