Skip to content

Commit

Permalink
Chore: 로거 이름을 직접 지정하는 방식으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ProtossDragoon committed Jun 22, 2024
1 parent 687ab6b commit 066ff82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autosink_data_elt/log/filehandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from autosink_data_elt.log.utils import get_logger
from autosink_data_elt.log.template.dishwashing import *

logger = get_logger(__file__)
logger = get_logger('filehandler')


class JSONFileHandler:
Expand Down
2 changes: 1 addition & 1 deletion autosink_data_elt/path/autosink.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
LOCAL_BACKEND,
)

logger = get_logger(__file__)
logger = get_logger('autosink')


class AutosinkPath(BasePath):
Expand Down

0 comments on commit 066ff82

Please sign in to comment.