Use vlogging's main_fallback name feature.
This commit is contained in:
parent
8ee6b2aca9
commit
6683ae110e
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ from voussoirkit import winglob
|
||||||
from voussoirkit import winwhich
|
from voussoirkit import winwhich
|
||||||
from voussoirkit import vlogging
|
from voussoirkit import vlogging
|
||||||
|
|
||||||
log = vlogging.getLogger(__name__)
|
log = vlogging.getLogger(__name__, 'ffstreams')
|
||||||
|
|
||||||
AUDIO_EXTENSIONS = {
|
AUDIO_EXTENSIONS = {
|
||||||
'aac': 'm4a',
|
'aac': 'm4a',
|
||||||
|
|
|
@ -10,7 +10,7 @@ from voussoirkit import pipeable
|
||||||
from voussoirkit import spinal
|
from voussoirkit import spinal
|
||||||
from voussoirkit import vlogging
|
from voussoirkit import vlogging
|
||||||
|
|
||||||
log = vlogging.getLogger(__name__)
|
log = vlogging.getLogger(__name__, 'hash_hardlink')
|
||||||
|
|
||||||
def hash_file(file):
|
def hash_file(file):
|
||||||
hasher = hashlib.md5()
|
hasher = hashlib.md5()
|
||||||
|
|
|
@ -15,7 +15,7 @@ from voussoirkit import vlogging
|
||||||
from voussoirkit import winglob
|
from voussoirkit import winglob
|
||||||
from voussoirkit import winwhich
|
from voussoirkit import winwhich
|
||||||
|
|
||||||
log = vlogging.getLogger(__name__)
|
log = vlogging.getLogger(__name__, 'rarpar')
|
||||||
|
|
||||||
WINRAR = winwhich.which('winrar')
|
WINRAR = winwhich.which('winrar')
|
||||||
PAR2 = winwhich.which('phpar2')
|
PAR2 = winwhich.which('phpar2')
|
||||||
|
|
Loading…
Reference in a new issue