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 cb22539 commit b2cdec0Copy full SHA for b2cdec0
fop-core/src/main/java/org/apache/fop/svg/AbstractFOPTranscoder.java
@@ -177,7 +177,6 @@ protected Configuration getEffectiveConfiguration() {
177
protected final Log getLogger() {
178
if (this.logger == null) {
179
this.logger = new SimpleLog("FOP/Transcoder");
180
- ((SimpleLog) logger).setLevel(SimpleLog.LOG_LEVEL_INFO);
181
}
182
return this.logger;
183
0 commit comments