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:
skis 2019-07-14 16:49:29 -05:00 committed by Sanne Grinovero
parent d9e16fe8ca
commit ac7d7f4d6f
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public class MavenEnhancePlugin extends AbstractMojo {
writeOutEnhancedClass( enhancedBytecode, file );
getLog().info( "Successfully enhanced class [" + file + "]" );
getLog().debug( "Successfully enhanced class [" + file + "]" );
}
}