Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Groovy can log class generation via setting the following JVM options:
groovy.log.classgen
groovy.log.classgen.stacktrace.max.depth
But the two options are global for JVM, it's better to provide corresponding options in the compiler configuration scope.