Fixes: 1) Update logging configuration to align all logger instances to use "django" instead of "evibes"; 2) Remove unused logging configuration for "django.request"; Extra: 1) Add detailed error logging in GraphQL execution to include exception messages.
3 lines
53 B
Python
3 lines
53 B
Python
import logging
|
|
|
|
logger = logging.getLogger("django")
|