Expected Behaviour
DEBUG logging is available when there is a Cache HIT or MISS in executing GraphQL Queries
Actual Behaviour
DEBUG logging is not available when there is a Cache HIT or MISS in executing GraphQL Queries. It is thus not possible, especially on AEM 6.5 to investigate / debug issues with GraphQL Client Cache configurations / functionality.
Reproduce Scenario (including but not limited to)
Especially reproducable on AEM 6.5 as on AEM Cloud Service, there are other tools available for this.
Steps to Reproduce
- Configure GraphQL Client Cache configuration that is incorrect
- Use GraphQL Client on any CIF Core Components and notice the functionality is working, but not picking up from the cache
Platform and Version
AEM 6.5
Sample Code that illustrates the problem
Logs taken while reproducing problem