Fixed log link

This commit is contained in:
jaknapper 2024-01-12 17:15:09 +02:00
parent c4e02d9087
commit d369105111

View file

@ -5,7 +5,7 @@ import os
from fastapi.responses import FileResponse, PlainTextResponse
OFM_LOG_FOLDER = "/var/openflexure/logs/"
OFM_LOG_FILE = os.path.join(OFM_LOG_FOLDER, "openflexure-microscope.log")
OFM_LOG_FILE = os.path.join(OFM_LOG_FOLDER, "openflexure_microscope.log")
def configure_logging():
root_logger = logging.getLogger()