Skip to content

Commit

Permalink
Print logging events above WARNING to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-peronio committed Oct 11, 2024
1 parent 21b5655 commit 57c30a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/gsffile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@
(though it can optionally bear them).
"""

import logging
from importlib.metadata import version

from .read import read_gsf
from .write import write_gsf

__version__ = version("gsffile")
__all__ = ["read_gsf", "write_gsf"]


# https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library
logging.getLogger("gsffile").addHandler(logging.NullHandler())

0 comments on commit 57c30a2

Please sign in to comment.