Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: simplify runtime metric label setting
Use the already parsed/normalized value for the log level directly from the flag as the value to set for `log_level` label in runtime info metric. simpler than asking for the logger to regurgitate and stringify it for us, especially since the stringer for slog.Level returns it in all caps, forcing the need to re-normalize it to lower-case :upside-face: :eye-twitch:
- Loading branch information