Skip to content
Snippets Groups Projects
Commit fad21501 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

add AM/PM classifier to logging

parent 4c83f2c2
No related branches found
No related tags found
No related merge requests found
"""
Module containing utilities for logging.
"""
import argparse
from dataclasses import dataclass
from datetime import datetime
......@@ -8,7 +11,7 @@ import os
import shutil
from typing import Dict, Optional, List
date_format="%m/%d/%Y %I:%M:%S"
date_format="%m/%d/%Y %I:%M:%S %p"
FORMATTER = Formatter(
fmt="%(asctime)s - %(levelname)7s - %(name)s - %(message)s", datefmt=date_format
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment