For example the management interface always prints the output the config value rather than the db value which is used:
log.Info().Str("listen_address", config.Values.Webserver.Management.ListenAddress).Msg("Started Management UI")
Has no functional issue, but still is confusing to users
For example the management interface always prints the output the config value rather than the db value which is used:
Has no functional issue, but still is confusing to users