We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b851c commit ebe71d9Copy full SHA for ebe71d9
framework/codemodder-base/src/main/java/io/codemodder/CodemodCheckingAbstractModule.java
@@ -21,9 +21,9 @@ protected CodemodCheckingAbstractModule(final List<Class<? extends CodeChanger>>
21
@Override
22
protected final void configure() {
23
if (shouldActivate) {
24
- log.info("Configuring module {}", this.getClass().getSimpleName());
+ log.debug("Configuring module {}", this.getClass().getSimpleName());
25
doConfigure();
26
- log.info("Done configuration {}", this.getClass().getSimpleName());
+ log.debug("Done configuration {}", this.getClass().getSimpleName());
27
}
28
29
0 commit comments