Tracing in firestore api #2911
donhmorris
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently started seeing tracing output in the console when running firestore queries using the admin sdk. These are really annoying when developing server software.
Anyone know why these started showing up and how to turn them off?
Here is a sample:
true
(node:7169) AutopaginateTrueWarning: Providing a pageSize without setting autoPaginate to false will still return all results. See https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination for more information on how to configure manual paging
(Use
node --trace-warnings ...
to show where the warning was created)Beta Was this translation helpful? Give feedback.
All reactions