mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 05:05:23 +00:00
Don't log without verbose
This commit is contained in:
parent
99d16a4d02
commit
590f8042b9
@ -41,7 +41,7 @@ func (r *Request) ExecuteWithResults(input string, metadata output.InternalEvent
|
||||
|
||||
output, err := r.executeAddress(actualAddress, address, input)
|
||||
if err != nil {
|
||||
gologger.Error().Msgf("Could not make network request for %s: %s\n", actualAddress, err)
|
||||
gologger.Verbose().Lable("ERR").Msgf("Could not make network request for %s: %s\n", actualAddress, err)
|
||||
continue
|
||||
}
|
||||
outputs = append(outputs, output...)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user