Anfang der weitergeleiteten Nachricht:
Von: Giuseppe De Marco <giuseppe.demarco at unical.it>
I'd like also to have talking error messages to
the users, to help them to contact the helpdesk support with something consistent.
Example:
"Unknow error" appear also when the error is well-know, like an
"IncorrectSignature" Exception.
PR 257 tries to address this
I also do not appreciate the traceback stack message into the log file, it should
permitted only for unknow Exceptions.
This is almost a killer for external log processing, unless it it not strucutured.
Using logging infrastructure in my projects I found it very flexible in its usage, an
example here that prints also the line number where the event happened:
https://github.com/UniversitaDellaCalabria/uniAuth/blob/master/django_idp/s…
<https://github.com/UniversitaDellaCalabria/uniAuth/blob/master/django_idp/settingslocal.py.example#L79>
Yes, and it is already just a configuration thing.
- Rainer