Think about logging in rdflib · Issue #413 · RDFLib/rdflib (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@gromgull

Description

@gromgull

Currently logging in rdflib is a bit random:

rdflib/__init__.py:_LOGGER = logging.getLogger("rdflib")
rdflib/extras/infixowl.py:    logger = logging.getLogger(__name__)
rdflib/graph.py:_logger = logging.getLogger(__name__)
rdflib/namespace.py:_logger = logging.getLogger(__name__)
rdflib/plugins/sleepycat.py:_logger = logging.getLogger(__name__)
rdflib/term.py:_LOGGER = logging.getLogger(__name__)

We should: