fleet icon indicating copy to clipboard operation
fleet copied to clipboard

Remove logrus usage

Open manno opened this issue 8 months ago • 1 comments

We use the structured logger instead.

Notes:

  • logrus.Fatal -> log.Fatal
  • setupLog = ctrl.Log.WithName("setup") in controllers
  • logrus.Warn -> logger.Error
  • logrus.Debug -> logger.V(1).Info
  • ...

manno avatar Apr 14 '25 13:04 manno

Hello. I'd like to be assigned to take ownership of this issue. Let me know what steps I need to go through when you are able. Thank you.

VltraHeaven avatar Oct 03 '25 19:10 VltraHeaven