HHH-13133 Changed the log level from info to debug to reduce the amount of logging under non-debug mode
This commit is contained in:
parent
d9e16fe8ca
commit
ac7d7f4d6f
|
@ -157,7 +157,7 @@ public class MavenEnhancePlugin extends AbstractMojo {
|
|||
|
||||
writeOutEnhancedClass( enhancedBytecode, file );
|
||||
|
||||
getLog().info( "Successfully enhanced class [" + file + "]" );
|
||||
getLog().debug( "Successfully enhanced class [" + file + "]" );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue