Univention Bugzilla – Attachment 10975 Details for
Bug 55114
Errors (tracebacks) are not logged anymore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
possible kelvin error log fix
kelvin_error_log.patch (text/plain), 584 bytes, created by
Jürn Brodersen
on 2022-08-18 01:57:21 CEST
(
hide
)
Description:
possible kelvin error log fix
Filename:
MIME Type:
Creator:
Jürn Brodersen
Created:
2022-08-18 01:57:21 CEST
Size:
584 bytes
patch
obsolete
>diff --git a/kelvin-api/ucsschool/kelvin/main.py b/kelvin-api/ucsschool/kelvin/main.py >index d690cef0..aa52674d 100644 >--- a/kelvin-api/ucsschool/kelvin/main.py >+++ b/kelvin-api/ucsschool/kelvin/main.py >@@ -103,6 +103,8 @@ def setup_logging() -> None: > file_handler.addFilter(ValidationDataFilter()) > logger = logging.getLogger("uvicorn.access") > logger.addHandler(file_handler) >+ logger = logging.getLogger("uvicorn.error") >+ logger.addHandler(file_handler) > logger = logging.getLogger() > logger.setLevel(abs_min_level) > logger.addHandler(file_handler)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 55114
: 10975