This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Huge logging overhaul

David Greeson requested to merge logging-overhaul into main

Summary

Functional Changes

  • Add log levels to the logger.
  • Allow specifying a logger to the health handler to allow the user to specify log level.
  • Change the logger package name to saltlog for easier readability in code and to avoid import aliasing.

Bug Fixes

  • Fix Panicf to include the component name.
  • Swap the args in the f log functions. It makes more sense to specify the component before the message.

Merge request reports