log pandora errors too
This commit is contained in:
parent
d1c157ffb4
commit
fa42aa4810
3 changed files with 10 additions and 5 deletions
|
|
@ -43,7 +43,7 @@ from user.utils import update_groups
|
|||
from user.models import Group
|
||||
import archive.models
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger('pandora.' + __name__)
|
||||
User = get_user_model()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue