Skip to content

Commit

Permalink
Extend docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Mar 7, 2024
1 parent 20bae17 commit 676fa5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
__version__ = version("pyam")


# Set up logging overriding the ixmp4 logging configuration
# Set up logging consistent with the ixmp4 "production" logging configuration
logging.configure_logging()
1 change: 1 addition & 0 deletions pyam/logging.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# consistent logging with ixmp4 "production" configuration

[loggers]
keys = root,pyam_core
Expand Down
1 change: 1 addition & 0 deletions pyam/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@


def configure_logging():
"""Configure logging"""
config.fileConfig(here / "logging.conf", disable_existing_loggers=False)


Expand Down

0 comments on commit 676fa5e

Please sign in to comment.