Fixed groente level as FINE which is DEBUG in slf4j glue

This commit is contained in:
Willem Cazander 2025-07-15 14:04:18 +02:00
parent 6a58f75a7a
commit 2c35bc4211

View file

@ -77,7 +77,7 @@ public final class SoepPanKeukenJul implements SoepPan {
@Override @Override
public void saltGroente(final Class<? extends SoepZout> salt, final String msg) { public void saltGroente(final Class<? extends SoepZout> salt, final String msg) {
pipe.logp(Level.CONFIG, pipeSourceClass, null, msg); pipe.logp(Level.FINE, pipeSourceClass, null, msg);
} }
@Override @Override