The primary addition is adding log files for supervisor logs and process stdouts.
Other changes include
- Upgrading bread_server_lib to 2.32.1
- Changing println() calls to logger calls with Level.INFO
- Be warned that using a log level that excludes Level.INFO will suppress program output, a solution will come later
- Refactoring much of the code for cleanliness
Full Changelog: v1.0.0...v1.1.0