Skip to content

Commit

Permalink
Update agent/agent_nuclei.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3asm authored Jul 23, 2024
1 parent 55a9df1 commit 4d6548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agent_nuclei.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def _parse_output(self) -> None:
try:
nuclei_data_dict = json.loads(line)
except json.decoder.JSONDecodeError as e:
logger.debug("Error while trying to decode line: %s: %s", line, e)
logger.warning("Error while trying to decode line: %s: %s", line, e)
continue
technical_detail = ""
matcher_status = nuclei_data_dict.get("matcher-status", False)
Expand Down

0 comments on commit 4d6548c

Please sign in to comment.