🔊 Add more realm related verbose logging

This commit is contained in:
LittleSheep 2025-02-22 12:39:40 +08:00
parent ed8afe8324
commit 4b89474534

View File

@ -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
}