Skip to content

Releases: LawsOfScience/application_carpool

v1.1.0

20 Jun 14:13
63faa7a

Choose a tag to compare

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