日志优化。
parent
a192696a4c
commit
512b78e5d2
|
@ -87,7 +87,7 @@ class SpeedTester {
|
||||||
this.backupList = _.unionBy(newBackupList, 'host')
|
this.backupList = _.unionBy(newBackupList, 'host')
|
||||||
this.testCount++
|
this.testCount++
|
||||||
|
|
||||||
log.info('[speed]', this.hostname, '➜ ips:', this.backupList)
|
log.info('[speed]', this.hostname, '➜ ip-list:', this.backupList)
|
||||||
await this.testBackups()
|
await this.testBackups()
|
||||||
if (config.notify) {
|
if (config.notify) {
|
||||||
config.notify({ key: 'test' })
|
config.notify({ key: 'test' })
|
||||||
|
|
Loading…
Reference in New Issue