Releases: LawsOfScience/application_carpool
Releases · LawsOfScience/application_carpool
v1.1.0
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