Update to cover new logic. Updatee READMEs and Guides with --debug arg information
This commit is contained in:
parent
b1202723a1
commit
cf6fd4ccea
6 changed files with 59 additions and 29 deletions
|
|
@ -71,6 +71,8 @@ sudo -u openflexure-ws application/openflexure-microscope-server/.venv/bin/openf
|
|||
|
||||
```
|
||||
|
||||
> Note: If you would like more detailed logging information from both the OpenFlexure Microscope server and the LabThings server, you can add the `--debug` argument to the end of the above command to activate `DEBUG` level logs.
|
||||
|
||||
### Running the simulation server on other platforms
|
||||
|
||||
To start the simulation server:
|
||||
|
|
@ -81,6 +83,8 @@ To start the simulation server:
|
|||
|
||||
`openflexure-microscope-server --fallback -c ./ofm_config_simulation.json`
|
||||
|
||||
> Note: If you would like more detailed logging information from both the OpenFlexure Microscope server and the LabThings server, you can add the `--debug` argument to the end of the above command to activate `DEBUG` level logs.
|
||||
|
||||
* Open the address displayed in the terminal in any browser.
|
||||
* To close the simulation server, return to the terminal and press `ctrl + c`.
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ The simulation server GUI is a copy of the GUI you would find on the hardware wi
|
|||
|
||||
This can fail with an error that the chosen port is already in use. In that case, append `--port 8081`
|
||||
|
||||
> Note: If you would like more detailed logging information from both the OpenFlexure Microscope server and the LabThings server, you can add the `--debug` argument to the end of the above command to activate `DEBUG` level logs.
|
||||
|
||||
---
|
||||
|
||||
## Video Walkthrough
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue