diff --git a/mu_map/logging.py b/mu_map/logging.py index 29bf6215e745399b151392f0a45ba8b44c2467c0..62f447dd3ad7a275318691a972b0072348ce5598 100644 --- a/mu_map/logging.py +++ b/mu_map/logging.py @@ -9,7 +9,7 @@ from typing import Dict, Optional FORMATTER = Formatter( - fmt="%(asctime)s - %(levelname)s: %(message)s", datefmt="%m/%d/%Y %I:%M:%S" + fmt="%(asctime)s - %(levelname)7s - %(message)s", datefmt="%m/%d/%Y %I:%M:%S" )