This commit is contained in:
2021-03-22 02:41:49 +01:00
parent d25d2ef993
commit 42f1661e0a
10 changed files with 172 additions and 54 deletions

View File

@@ -18,7 +18,7 @@ def main():
arguments = parser.parse_args()
logging_level = logging.ERROR - (10 * arguments.verbose)
logging.basicConfig(level=logging_level)
logging.basicConfig(level=logging_level, format="%(levelname)s:[SERVER] %(message)s")
logging.debug("Arguments: %s", arguments)
# Set workers