mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-05 09:17:54 +03:00
Refactor logger variable names in ServerManager
This commit is contained in:
parent
386a0650b9
commit
dca747969e
@ -50,8 +50,8 @@ if typing.TYPE_CHECKING:
|
|||||||
from django.db.models.query import QuerySet
|
from django.db.models.query import QuerySet
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
traceLogger = logging.getLogger('traceLog')
|
logger_trace = logging.getLogger('traceLog')
|
||||||
operationsLogger = logging.getLogger('operationsLog')
|
logger_operations = logging.getLogger('operationsLog')
|
||||||
|
|
||||||
|
|
||||||
class ServerManager(metaclass=singleton.Singleton):
|
class ServerManager(metaclass=singleton.Singleton):
|
||||||
|
Loading…
Reference in New Issue
Block a user