Updated Coordinator Configurator (markdown)

Mikayla 2024-02-23 16:20:42 -05:00
parent a74d76d2f7
commit f87e9b1318

@ -134,3 +134,17 @@ Before reaching the summary page, you will configure logging. This is likely to
- Debug messages are only really valuable for finding bugs of course, so if you have a problem and can send more detailed logs by reproducing the problem with debug messages enabled, that's ideal. If you are out to break the program, you might as well enable debug messages before you attempt to do so so the logs are already there. Do be aware this results in significantly larger log files, which may cause them to be recycled (cleared and restarted) more often if there are space problems. - Debug messages are only really valuable for finding bugs of course, so if you have a problem and can send more detailed logs by reproducing the problem with debug messages enabled, that's ideal. If you are out to break the program, you might as well enable debug messages before you attempt to do so so the logs are already there. Do be aware this results in significantly larger log files, which may cause them to be recycled (cleared and restarted) more often if there are space problems.
<img width="500" alt="image" src="https://github.com/MikaylaFischler/cc-mek-scada/assets/2926271/3bb32457-116d-4efd-90d0-4cdd0c7f4a0a"> <img width="500" alt="image" src="https://github.com/MikaylaFischler/cc-mek-scada/assets/2926271/3bb32457-116d-4efd-90d0-4cdd0c7f4a0a">
### Apply the Configuration
Lastly, you will see an overview of all the configurations that are going to be applied. Auth keys are hidden in this view until you use the unhide button (this does not affect how they are stored).
<img width="500" alt="image" src="https://github.com/MikaylaFischler/cc-mek-scada/assets/2926271/fe11d855-0e9c-41fe-98a7-0a98f6d86d2e">
Once you apply, you will see this screen.
<img width="500" alt="image" src="https://github.com/MikaylaFischler/cc-mek-scada/assets/2926271/62619395-6011-476d-b036-7b7c0158f487">
Or this one if there was somehow a problem saving the settings.
<img width="500" alt="image" src="https://github.com/MikaylaFischler/cc-mek-scada/assets/2926271/08a945fb-fde6-43d1-b6ec-9c86a1a45128">