Skip to content

Commit

Permalink
fix #582: add alias for logger.adaptor in _dill
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Mar 21, 2023
1 parent a488530 commit 0379c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dill/_dill.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import warnings
from .logger import adapter as logger
from .logger import trace as _trace
log = logger # backward compatibility (see issue #582)

import os
import sys
Expand Down

0 comments on commit 0379c71

Please sign in to comment.