Skip to content

Commit f496005

Browse files
committed
[TT-15683] Add a debug log line
1 parent 5a54a30 commit f496005

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gateway/mw_jwt.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,7 @@ func invalidateJWKSCacheByAPIID(apiID string) {
15491549
panic("JWKCache must implement cache.Repository")
15501550
}
15511551
jwkCache.Flush()
1552+
mainLog.Debugf("JWKS cache for API: %s has been flushed", apiID)
15521553
}
15531554
}
15541555

0 commit comments

Comments
 (0)