uf-mil / mil

Monorepo of the Machine Intelligence Lab at the University of Florida
https://mil.ufl.edu/docs
Other
46 stars 29 forks source link

Support persistent logging for CI containers #1016

Closed cbrxyz closed 1 year ago

cbrxyz commented 1 year ago

Assignee

No response

Deadline

No response

What needs to change?

Our CI containers should send their logs to persistent files so that the logs can be viewed later. Currently, the containers do not log to persistent files, meaning that these logs disappear once the containers are shut down. This can make debugging later much harder!

How would this task be tested?

  1. Document/setup the process for persistent logging.
  2. Show that the persistent logging works when submitting the new pull request.

Contacts

cbrxyz commented 1 year ago

Fixed now that @kawaiiPlat has helped set up portainer for CI!