mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-03-14 11:50:28 +08:00
update log level when default log level changed
This commit is contained in:
parent
260fe94a49
commit
dad2ea3a76
@ -37,6 +37,7 @@ public class LogUtil {
|
||||
|
||||
public static void setDefaultLevel(int level) {
|
||||
defaultLogLevel = level;
|
||||
resetLogLevel();
|
||||
}
|
||||
|
||||
public static void resetLogLevel() {
|
||||
|
Loading…
Reference in New Issue
Block a user