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:
parent
a946e23dd3
commit
cc127f1876
5 changed files with 95 additions and 70 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue