mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-14 01:58:28 +02:00
Add user defined IMAP Debug Level and improved exception message
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user