I have a Cloud Function in Python that prints a dictionary that has dictionaries and arrays in it.
The cloud functions omits the nested dictionaries and arrays and just logs "...". How can I see the full log?
I have a Cloud Function in Python that prints a dictionary that has dictionaries and arrays in it.
The cloud functions omits the nested dictionaries and arrays and just logs "...". How can I see the full log?
This happen because I am using cloud functions v2. I had to check the logs on the logs explorer