mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-02-17 17:09:55 +08:00
* Close#3138 * 恢复gradle-wrapper.properties * 恢复gradle-wrapper.properties * 添加空格 * 修复控制台输出的日志 * Merge if statement * update * update --------- Co-authored-by: CiLuQwQ <a@> Co-authored-by: burningtnt <pangyl08@163.com> Co-authored-by: Glavo <zjx001202@gmail.com>
This commit is contained in:
parent
6348166dac
commit
6409841cca
@ -804,7 +804,7 @@ public final class LauncherHelper {
|
||||
System.out.println(filteredLog);
|
||||
|
||||
Log4jLevel level;
|
||||
if (isErrorStream)
|
||||
if (isErrorStream && !filteredLog.startsWith("[authlib-injector]"))
|
||||
level = Log4jLevel.ERROR;
|
||||
else
|
||||
level = showLogs ? Optional.ofNullable(Log4jLevel.guessLevel(filteredLog)).orElse(Log4jLevel.INFO) : null;
|
||||
|
Loading…
Reference in New Issue
Block a user