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
1
lint
1
lint
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue