优先设置日志级别

This commit is contained in:
nilaoda 2022-12-10 01:45:06 +08:00
parent 6cc466f8a3
commit 619428ae05
1 changed files with 1 additions and 1 deletions

View File

@ -68,8 +68,8 @@ namespace N_m3u8DL_RE
//检测更新
CheckUpdateAsync();
Logger.Info(CommandInvoker.VERSION_INFO);
Logger.LogLevel = option.LogLevel;
Logger.Info(CommandInvoker.VERSION_INFO);
if (option.UseSystemProxy == false)
{