Fixed log link
This commit is contained in:
parent
c4e02d9087
commit
d369105111
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue