Remove output config to log

This commit is contained in:
Dmytro Bondar 2024-09-22 12:25:28 +02:00
parent 16a04dd137
commit 9f01092c13
No known key found for this signature in database
GPG Key ID: C123CD37BBED8BB7

View File

@ -80,8 +80,6 @@ func (c *Config) LogStartupValues() {
logrus.Debugf(" - OIDC Providers: %d", len(c.Auth.OpenIDConnect))
logrus.Debugf(" - OAuth Providers: %d", len(c.Auth.OAuth))
logrus.Debugf(" - Ldap Providers: %d", len(c.Auth.Ldap))
logrus.Debugf("WireGuard Portal Mail: %+v", c)
}
func defaultConfig() *Config {