Skip to content

Commit

Permalink
FFM-10286 Add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
erdirowlands committed Dec 28, 2023
1 parent 1899bfb commit f72b2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions force-app/main/classes/FFClient.cls
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ public class FFClient {
this.client.metricsApi.getClient().setJWTToken(authResult.authToken);
}

System.debug('Authentication token has not expired');
// Update the features/segments cache
this.client.updateCache();
return true;
Expand Down

0 comments on commit f72b2d0

Please sign in to comment.