Migrate scripts to main_level_by_argv.

master
voussoir 2021-05-16 21:09:39 -07:00
parent 42c784ada6
commit d11a609cf8
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 1 deletions

View File

@ -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>