Toggle navigation
Home
org.keycloak.services.ServicesLogger to org.jboss.logging.Logger
No. of Instances - 78
No. of Commits - 3
No. of Projects - {'keycloak'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Update String Literal
"identity cookie expired"
to
"Identity cookie expired"
"Failed to verify identity token"
to
"Identity cookie signed with unknown kid '%s'"
"Ignored periodic full sync with federation provider %s due small time since last sync"
to
"Ignored periodic changed-users sync with federation provider %s due small time since last sync"
"Ignored periodic full sync with storage provider %s due small time since last sync"
to
"Ignored periodic changed-users sync with storage provider %s due small time since last sync"
Add or Remove Method invocation
token.isActive()
to
e.getMessage()
token.getIssuedAt()
to
e.getMessage()
realm.getNotBefore()
to
e.getMessage()
logger.errorDuringFullUserSync(t)
to
ServicesLogger.LOGGER.errorDuringFullUserSync(t)
logger.errorDuringChangedUserSync(t)
to
ServicesLogger.LOGGER.errorDuringChangedUserSync(t)
logger.errorDuringFullUserSync(t)
to
ServicesLogger.LOGGER.errorDuringFullUserSync(t)
logger.errorDuringChangedUserSync(t)
to
ServicesLogger.LOGGER.errorDuringChangedUserSync(t)
Rename Method invocation
debugv
to
debugf
debug
to
debugf