Skip to content

Commit

Permalink
HHH-13133 Changed the log level from info to debug to reduce the amou…
Browse files Browse the repository at this point in the history
…nt of logging under non-debug mode
  • Loading branch information
ckatpally authored and Sanne committed Aug 5, 2019
1 parent d9e16fe commit ac7d7f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -157,7 +157,7 @@ public boolean doExtendedEnhancement(UnloadedClass classDescriptor) {

writeOutEnhancedClass( enhancedBytecode, file );

getLog().info( "Successfully enhanced class [" + file + "]" );
getLog().debug( "Successfully enhanced class [" + file + "]" );
}
}

Expand Down

0 comments on commit ac7d7f4

Please sign in to comment.