Configure log folder in json file

This commit is contained in:
Julian Stirling 2025-06-03 14:03:46 +01:00
parent 7c30f7a720
commit 4ef74c42c3
5 changed files with 25 additions and 20 deletions

View file

@ -8,8 +8,9 @@
"/system_control/": "openflexure_microscope_server.things.system_control:SystemControlThing",
"/settings/": "openflexure_microscope_server.things.settings_manager:SettingsManager",
"/smart_scan/": "openflexure_microscope_server.things.smart_scan:SmartScanThing",
"/background_detect/": "openflexure_microscope_server.things.smart_scan:BackgroundDetectThing",
"/api_test/": "openflexure_microscope_server.things.test:APITestThing"
"/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing",
"/capture/": "openflexure_microscope_server.things.capture:CaptureThing"
},
"settings_folder": "./openflexure_settings/"
"settings_folder": "./openflexure/settings/",
"log_folder": "./openflexure/logs/"
}