mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-03 01:17:56 +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
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
traceLogger = logging.getLogger('traceLog')
|
||||
operationsLogger = logging.getLogger('operationsLog')
|
||||
logger_trace = logging.getLogger('traceLog')
|
||||
logger_operations = logging.getLogger('operationsLog')
|
||||
|
||||
|
||||
class ServerManager(metaclass=singleton.Singleton):
|
||||
|
Loading…
Reference in New Issue
Block a user