mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #6969 from overleaf/msm-fix-log-debug
[git-bridge] Fix `Log.debug()` sending `INFO` logs GitOrigin-RevId: ef87b35ee3c6fa7659671a0a65545fa34f04dcd4
This commit is contained in:
@@ -28,7 +28,7 @@ public class Log {
|
||||
}
|
||||
|
||||
public static void debug(String format, Object... args) {
|
||||
logger.info(format, args);
|
||||
logger.debug(format, args);
|
||||
}
|
||||
|
||||
public static void info(String msg) {
|
||||
|
||||
Reference in New Issue
Block a user