Files
konova/konova/sub_settings/logging_settings.py
T
mpeltriaux 15029cb93f Custom exception reporter
* adds custom exception_reporter.py
2023-12-11 09:40:17 +01:00

9 lines
270 B
Python

"""
Author: Michel Peltriaux
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
Contact: ksp-servicestelle@sgdnord.rlp.de
Created on: 11.12.23
"""
DEFAULT_EXCEPTION_REPORTER = "konova.utils.exception_reporter.KonovaExceptionReporter"