mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 18:03:31 +01:00
jwutils.log.set_flags() and .set_level() is not set until after all commands are loaded. This can make debugging complicated. OTOH, command-line parsing is also not done until all commands are loaded, because they define the command line options. This commit adds some poor man's command line parsing for fetching --log-level and --log-flags only, and applying them before the commands are all loaded. Signed-off-by: Jan Lindemann <jan@janware.com> |
||
|---|---|---|
| .. | ||
| algo | ||
| asyncio | ||
| stree | ||
| Cmd.py | ||
| Cmds.py | ||
| CppState.py | ||
| log.py | ||
| Makefile | ||
| misc.py | ||
| Object.py | ||
| Process.py | ||
| RedirectStdIO.py | ||
| Signals.py | ||