Some of the users of my mobile app are telling me that they get signed out of the app sometimes and in Identity Server I'm getting some warnings regarding refresh tokens, that look like this :
[22:34:51 WRN] Invalid refresh token
[22:34:51 WRN] Refresh token validation failed. aborting, {"ClientId": ...
and I can't figure out why this is happening.
Is there a way to make these logs more verbose, but only for the token validation part and not for the whole server? If there isn't, I'd like to add the logs myself if I can extend the functionality or something.