newrelic-experimental / gha-new-relic-exporter

18 stars 14 forks source link

Handle exceptions for missing log files and date parsing #4

Closed jgeorge300 closed 1 year ago

jgeorge300 commented 1 year ago

If a step is skipped, there will be no log file for that step. Continue processing the next log file.

If the logfile contains a mult-line message, the date parser will fail as well. Skip the additional lines in the multi-line message for the moment.

dpacheconr commented 1 year ago

Thank you for your contribution This is now approved and merged