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

1
lint
View file

@ -42,7 +42,6 @@ def subpackages(package: str) -> Iterable[str]:
def core_modules() -> Iterable[str]:
return [
*subpackages('my.core'),
*subpackages('my.kython'),
'my.config',
'my.cfg',
'tests/misc.py',