We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如题,请问wechaty可以关掉日志输出吗?也就是
19:44:58 INFO Wechaty <default> start() v0.22.4 is starting...
或者
19:45:06 WARN PuppetPuppeteer roomRawPayload() currLength(-1) <= prevLength(10) ??? 19:45:06 WARN PuppetPuppeteer roomRawPayload() currLength(-1) <= prevLength(9) ??? 19:45:06 WARN PuppetPuppeteer roomRawPayload() currLength(-1) <= prevLength(7) ??? 19:45:06 WARN PuppetPuppeteer roomRawPayload() currLength(-1) <= prevLength(36) ??? 19:45:06 WARN PuppetPuppeteer roomRawPayload() currLength(-1) <= prevLength(28) ??? 19:45:06 WARN PuppetPuppeteer roomRawPayload() currLength(-1) <= prevLength(4) ??? 19:45:06 WARN PuppetPuppeteer roomRawPayload() currLength(-1) <= prevLength(153) ???
这一类的程序自带的日志输出。因为要部署到线上环境,所以不想要日志输出
The text was updated successfully, but these errors were encountered:
Wechaty is using brolog for logging.
You can set
export WECHATY_LOG=silent
To disable logs.
See: https://www.npmjs.com/package/brolog#loglevelnewlevel
Sorry, something went wrong.
非常感谢
Could you please close this issue if it had been resolved?
不好意思,忘记了
No branches or pull requests
如题,请问wechaty可以关掉日志输出吗?也就是
或者
这一类的程序自带的日志输出。因为要部署到线上环境,所以不想要日志输出
The text was updated successfully, but these errors were encountered: