Skip to content

Commit

Permalink
Verbose logging
Browse files Browse the repository at this point in the history
Add more logging to suricata.log, doesn't affect service function
  • Loading branch information
cccs-rs authored Sep 16, 2020
2 parents c25700b + 5b024dd commit 068bc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suricata_/suricata_.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def launch_or_load_suricata(self):
if not os.path.exists(self.suricata_socket):
command = [
SURICATA_BIN,
"-vvvv", # Useful for debugging
"-c", self.suricata_yaml,
f"--unix-socket={self.suricata_socket}",
"--pidfile", f"{self.run_dir}/suricata.pid",
Expand Down

0 comments on commit 068bc60

Please sign in to comment.