New logging system #10

Merged
logan merged 36 commits from V3_Better_Logging into master 2022-04-01 00:02:09 -04:00
Showing only changes of commit fd8fb1ab3d - Show all commits

View File

@@ -61,7 +61,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(["-v", "5", "-l", "http:0.0.0.0:8080"])
p25_kwargs.extend(["-l", "http:0.0.0.0:8080"])
self.logger.debug(f"OP25 Keyword Args: {p25_kwargs}")