Add user defined IMAP Debug Level and improved exception message

This commit is contained in:
bruce.gibbins
2023-04-19 20:07:43 +10:00
parent a8fbeaa140
commit c23c8e5be6
4 changed files with 594 additions and 438 deletions

View File

@ -262,3 +262,6 @@ HELPDESK_OAUTH = getattr(
"scope": [""]
}
)
# Set Debug Logging Level for IMAP Services. Default to '0' for No Debugging
HELPDESK_IMAP_DEBUG_LEVEL = getattr(settings, 'HELPDESK_IMAP_DEBUG_LEVEL', 0)