Granular time logging

This commit is contained in:
MMaker 2025-02-27 11:32:18 -05:00
parent c7a2ae2b6e
commit cc21a2322e
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2

2
app.py

@ -20,7 +20,7 @@ load_dotenv()
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s',
format='%(asctime)s.%(msecs)03d - %(levelname)s - %(message)s',
datefmt='%Y-%m-%d %H:%M:%S'
)
logger = logging.getLogger(__name__)