Closed edmorley closed 8 years ago
After the PR, the output from logging_tree becomes:
>>> import environ
>>> import logging_tree
>>> logging_tree.printout()
<--""
Level WARNING
|
o<--[environ]
|
o<--"environ.environ"
Level NOTSET so inherits level WARNING
>>>
From https://docs.python.org/2/library/logging.html#logger-objects :
Whereas at the moment, the logger object is instantiated using:
When using logging_tree to inspect the available logging objects, this results in:
ie: The logger name is
/home/vagrant/venv/local/lib/python2.7/site-packages/environ/environ.pyc
rather thanenviron
(and compare to what is shown for requests).