Migrate scripts to main_level_by_argv.
This commit is contained in:
parent
42c784ada6
commit
d11a609cf8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from voussoirkit import vlogging
|
||||||
log = vlogging.getLogger(__name__, '$1')
|
log = vlogging.getLogger(__name__, '$1')
|
||||||
|
|
||||||
# Put this at the top of main
|
# Put this at the top of main
|
||||||
argv = vlogging.set_level_by_argv(log, argv)
|
argv = vlogging.main_level_by_argv(argv)
|
||||||
|
|
||||||
]]></content>
|
]]></content>
|
||||||
<tabTrigger>vlogging</tabTrigger>
|
<tabTrigger>vlogging</tabTrigger>
|
||||||
|
|
Loading…
Reference in a new issue