🔊 Add more realm related verbose logging
This commit is contained in:
parent
ed8afe8324
commit
4b89474534
@ -166,6 +166,7 @@ func FilterPostWithRealm(tx *gorm.DB, probe string) *gorm.DB {
|
||||
|
||||
realm, err := authkit.GetRealmByAlias(gap.Nx, probe)
|
||||
if err != nil {
|
||||
log.Warn().Msgf("Failed to find realm with alias %s: %s", probe, err)
|
||||
return tx
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user