Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法开启LOG_LEVEL=debug #1464

Open
5 tasks done
theFreeWall opened this issue Aug 13, 2024 · 0 comments
Open
5 tasks done

无法开启LOG_LEVEL=debug #1464

theFreeWall opened this issue Aug 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@theFreeWall
Copy link

Bug 描述

window环境下无法使用nodejs开启LOG_LEVEL=debug

以下方法均失败:
方法1:直接cmd命令
set LOG_LEVEL=debug && node app.js
方法2:bat文件
set LOG_LEVEL=debug
node app.js
方法3:在server-enhanced目录下新建.env文件 使用node新增的对.env文件的支持
node --env-file=.env
方法4:
./src/logger.js直接修改level: process.env.LOG_LEVEL ?? 'info'为level: process.env.LOG_LEVEL ?? 'debug' 参考
方法5:
创建bat的快捷方式,在快捷方式添加环境变量LOG_LEVEL=debug

搞了半天以为是环境变量没生效,后来发现其它的环境变量都能设置成功,唯独LOG_LEVEL=debug不生效一直是info模式

预期行为

No response

实际行为

No response

复现步骤

No response

启动命令及环境变量

node --env-file=.env app.js

日志内容

网易云音乐歌曲链接

No response

网易云音乐版本号

2.x

操作系统

window x64

其他信息

No response

问题排查

  • 我确认我使用的核心是由 UnblockNeteaseMusic 项目官方发行,不是其他任何 fork。
  • 我确认我已经升级到了最新的核心版本(推荐使用最新构建而不是 release)。
  • 我确认我已经启用了 HTTPS 端口。
  • 我确认我已经正确设置了 EndPoint。
  • 我确认我已经在对应的客户端正确安装了 CA 证书。
@theFreeWall theFreeWall added the bug Something isn't working label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant