Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Sep 22, 2023
1 parent b747c46 commit 1a1c43d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/logging_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import logging
import sys
import warnings

from .config import settings

# # log formatting
formatter = logging.Formatter(
json.dumps(
Expand Down Expand Up @@ -38,4 +40,4 @@

# https://github.com/aio-libs/aiomysql/issues/103
# https://github.com/coleifer/peewee/issues/2229
warnings.filterwarnings("ignore", ".*Duplicate entry.*")
warnings.filterwarnings("ignore", ".*Duplicate entry.*")

0 comments on commit 1a1c43d

Please sign in to comment.