mirror of
https://github.com/chainreactors/spray.git
synced 2025-05-08 03:26:56 +00:00
clean check log
This commit is contained in:
parent
051c270df8
commit
cea66e69e0
@ -383,11 +383,11 @@ func (pool *Pool) Invoke(v interface{}) {
|
|||||||
} else if i := pool.random.Compare(bl); i < 1 {
|
} else if i := pool.random.Compare(bl); i < 1 {
|
||||||
if i == 0 {
|
if i == 0 {
|
||||||
if pool.Fuzzy {
|
if pool.Fuzzy {
|
||||||
logs.Log.Warn("[check.fuzzy] maybe trigger risk control, " + bl.String())
|
logs.Log.Debug("[check.fuzzy] maybe trigger risk control, " + bl.String())
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
atomic.AddInt32(&pool.failedCount, 1) //
|
atomic.AddInt32(&pool.failedCount, 1) //
|
||||||
logs.Log.Warn("[check.failed] maybe trigger risk control, " + bl.String())
|
logs.Log.Debug("[check.failed] maybe trigger risk control, " + bl.String())
|
||||||
pool.failedBaselines = append(pool.failedBaselines, bl)
|
pool.failedBaselines = append(pool.failedBaselines, bl)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user