Skip to content

Commit

Permalink
Merge branch 'NPLinker:dev' into output_files
Browse files Browse the repository at this point in the history
  • Loading branch information
liannette authored Nov 5, 2024
2 parents 2c05efb + 85f8385 commit 229a11d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
include CITATION.cff
include LICENSE
include NOTICE
include requirements.txt
include requirements.dev.txt
prune tests
1 change: 1 addition & 0 deletions src/nplinker/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def setup_logging(level: str = "INFO", file: str = "", use_console: bool = True)
# Get the ancestor logger "nplinker"
logger = logging.getLogger("nplinker")
logger.setLevel(level)
logger.handlers.clear()

# File handler
if file:
Expand Down

0 comments on commit 229a11d

Please sign in to comment.