cirruslabs / cirrus-ci-agent

Agent to execute Cirrus CI tasks
Mozilla Public License 2.0
13 stars 6 forks source link

Save panic to logs before uploading them #310

Closed edigaryev closed 1 year ago

edigaryev commented 1 year ago

With this change, we may miss potential panics in the process of log file initialization, but we'll upload log files with panics in them because defer's are stacked in Last-In-First-Out order.