Skip to content
Snippets Groups Projects
Commit 6b569784 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: use correct log file

parent 292b52ac
No related branches found
No related tags found
2 merge requests!123REL: Release v0.6.0,!107ENH: setup logging and reporting for serverside execution
Pipeline #35033 passed
......@@ -58,7 +58,7 @@ def configure_server_side_logging():
# Also create an HTML version for later use.
htmluserlog_public, htmluserlog_internal = get_shared_filename("userlog.html")
formatter = WebUI_Formatter(full_file="/Shared/{}".format(htmluserlog_public))
formatter = WebUI_Formatter(full_file="/Shared/{}".format(userlog_public))
lweb_handler = logging.FileHandler(filename=htmluserlog_internal)
lweb_handler.setFormatter(formatter)
lweb_handler.setLevel(logging.INFO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment