Use vlogging's main_fallback name feature.

This commit is contained in:
voussoir 2021-01-28 16:51:34 -08:00
parent 8ee6b2aca9
commit 6683ae110e
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ from voussoirkit import winglob
from voussoirkit import winwhich
from voussoirkit import vlogging
log = vlogging.getLogger(__name__)
log = vlogging.getLogger(__name__, 'ffstreams')
AUDIO_EXTENSIONS = {
'aac': 'm4a',

View file

@ -10,7 +10,7 @@ from voussoirkit import pipeable
from voussoirkit import spinal
from voussoirkit import vlogging
log = vlogging.getLogger(__name__)
log = vlogging.getLogger(__name__, 'hash_hardlink')
def hash_file(file):
hasher = hashlib.md5()

View file

@ -15,7 +15,7 @@ from voussoirkit import vlogging
from voussoirkit import winglob
from voussoirkit import winwhich
log = vlogging.getLogger(__name__)
log = vlogging.getLogger(__name__, 'rarpar')
WINRAR = winwhich.which('winrar')
PAR2 = winwhich.which('phpar2')