Skip to content

Logrus upgrade - fix data race in helpers.MakeFatalToPanic()

Alessio Caiazza requested to merge logrus into master

What does this MR do?

This MR upgrades the logrus package and fixes a data race in helpers.MakeFatalToPanic()

Why was this MR needed?

The new logrus package implements a thread-safe way for swapping hooks, this will greatly simplify testing with logrus.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited by Alessio Caiazza

Merge request reports