ScopedLogger: change to debug level
This commit is contained in:
parent
f8703fb47c
commit
56131569c1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class ScopedLogger {
|
|||
}
|
||||
|
||||
public static void log(final String message, final Object... arguments) {
|
||||
Logger.info(String.format("%s%s", getIndentation(), message), arguments);
|
||||
Logger.debug(String.format("%s%s", getIndentation(), message), arguments);
|
||||
}
|
||||
|
||||
public static void popScope() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue