提交 50b25b01 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

log clean

上级 b4c121c4
......@@ -862,7 +862,7 @@ export class Wechaty extends EventEmitter implements Sayable {
* // do other stuff with bot here
*/
public async start (): Promise<void> {
log.info('Wechaty', '<%s>(%s) start() v%s is starting...',
log.verbose('Wechaty', '<%s>(%s) start() v%s is starting...',
this.options.puppet || config.systemPuppetName(),
this.options.name || '',
this.version(),
......@@ -940,7 +940,7 @@ export class Wechaty extends EventEmitter implements Sayable {
* await bot.stop()
*/
public async stop (): Promise<void> {
log.info('Wechaty', '<%s> stop() v%s is stoping ...',
log.verbose('Wechaty', '<%s> stop() v%s is stoping ...',
this.options.puppet || config.systemPuppetName(),
this.version(),
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册