Skip to content

Commit

Permalink
Don't disable existing loggers when configuring axolotl logging (axol…
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn authored and seungduk-yanolja committed Mar 19, 2024
1 parent 5d39c5b commit 371e294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/axolotl/logging_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def format(self, record):

DEFAULT_LOGGING_CONFIG: Dict[str, Any] = {
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"simple": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s.%(funcName)s:%(lineno)d] [PID:%(process)d] %(message)s",
Expand Down

0 comments on commit 371e294

Please sign in to comment.