update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user