Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed May 10, 2024
1 parent 4e1a027 commit 0e57dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nplinker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setup_logging(level: str = "INFO", file: str = "", use_console: bool = True)
from rich.logging import RichHandler

# Get the acncestor logger "nplinker"
logger = logging.getLogger(__name__.split(".")[0])
logger = logging.getLogger(__name__)
logger.setLevel(level)

# File handler
Expand Down

0 comments on commit 0e57dda

Please sign in to comment.