Increase verbosity

This commit is contained in:
Logan Cusano
2022-03-29 22:42:16 -04:00
parent e6d4c9f467
commit 44e0941a6a

View File

@@ -62,7 +62,7 @@ class OP25Handler(threading.Thread):
self.logger.info(f"Starting OP25")
# Change the interpreter's working directory (idr why)
if self.HTTP_ENABLED:
p25_kwargs.extend(["-l", "http:0.0.0.0:8080"])
p25_kwargs.extend(["-v", "5", "-l", "http:0.0.0.0:8080"])
self.logger.debug(f"OP25 Keyword Args: {p25_kwargs}")