日志优化。

pull/375/head
王良 2024-10-09 10:11:02 +08:00
parent a192696a4c
commit 512b78e5d2
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class SpeedTester {
this.backupList = _.unionBy(newBackupList, 'host')
this.testCount++
log.info('[speed]', this.hostname, '➜ ips:', this.backupList)
log.info('[speed]', this.hostname, '➜ ip-list:', this.backupList)
await this.testBackups()
if (config.notify) {
config.notify({ key: 'test' })