kython.klogging

- move to core
- add a proper description why it's useful
- make default level INFO
- use HPI_LOGS variable for easier log level control (abdc6df1ea)
This commit is contained in:
Dima Gerasimov 2020-10-29 01:05:49 +00:00 committed by karlicoss
parent a946e23dd3
commit cc127f1876
5 changed files with 95 additions and 70 deletions

View file

@ -111,7 +111,7 @@ def listify(fn=None, wrapper=list):
# return listify(fn=fn, wrapper=md)
from ..kython.klogging import setup_logger, LazyLogger
from .logging import setup_logger, LazyLogger
Paths = Union[Sequence[PathIsh], PathIsh]