Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Spring Boot the property spring.jpa.show-sql doesn't work with Datastore #2679

Open
beunick opened this issue Sep 30, 2021 · 1 comment
Open
Labels
datastore GCP Datastore P3

Comments

@beunick
Copy link

beunick commented Sep 30, 2021

I want to view the queries that I generated.
Which parameter like spring.jpa.show-sql can I use to see all my queries in the logs ?
Please let me know.

Thanks

@meltsufin
Copy link
Contributor

Since Spring Data Datastore is not a JPA implementation, spring.jpa.show-sql won't work. I'm not sure if there a way to log GQL queries in the Datastore client library that we build on. Maybe, ask here.

@meltsufin meltsufin added the datastore GCP Datastore label Sep 30, 2021
@dzou dzou added the P3 label Sep 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
datastore GCP Datastore P3
Development

No branches or pull requests

3 participants