mirror of
https://github.com/h44z/wg-portal
synced 2025-06-26 18:16:21 +00:00
Remove output config to log
This commit is contained in:
parent
16a04dd137
commit
9f01092c13
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user