Add app level loggin used by the new decorator
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
import logging
|
||||
|
||||
from .exceptions import LockError
|
||||
from .models import Lock as LockModel
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Lock = LockModel.objects
|
||||
|
||||
Reference in New Issue
Block a user