DEBUG on logger
django.db.backends"django.db.backends": {
"handlers": ["console"],
"level": "DEBUG",
"propagate": False,
},@override_settings(DEBUG=True) on an interested
unittest case, because unittest has DEBUG=False by
defaultthanks to https://stackoverflow.com/a/56773783