Fixed groente level as FINE which is DEBUG in slf4j glue
This commit is contained in:
parent
6a58f75a7a
commit
2c35bc4211
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue