Restored old log path

This commit is contained in:
Joe Knapper 2024-01-10 18:33:08 +00:00
parent ddfce7dcff
commit 1464d7d553

View file

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