Restored old log path
This commit is contained in:
parent
ddfce7dcff
commit
1464d7d553
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue