borgend/instance.py

changeset 86
2fe66644c50d
parent 80
a409242121d5
child 87
a214d475aa28
--- a/borgend/instance.py	Sun Jan 28 17:34:06 2018 +0000
+++ b/borgend/instance.py	Sun Jan 28 17:54:14 2018 +0000
@@ -7,10 +7,9 @@
 import logging
 from subprocess import Popen, PIPE
 
-from . import loggers
 from .config import settings
 
-logger=loggers.get(__name__)
+logger=logging.getLogger(__name__)
 
 necessary_opts=['--log-json', '--progress']
 

mercurial