Hi,
We use Apigee Hybrid as the gateway. We developed lot of re-usable features in the form of shared flows. Some of them include http calls through java script due to the nature of the requirement. Whenever we want to debug locally, using the Debug console in the edge UI, we use print statement and look at the logs in the debug console. However, when we want to troubleshoot any issues in the PROD environment, we cannot use debug console unless we can replicate the issue at will. Wondering if the print statements are logged to GCP console or if there is anyway to log it (one way is to write these to syslogs and use our own connector to log to aggregator). Other than this, is there any standard way where we can log print statements to gcp so that we can see it in gcp logs? I checked gcp logs and it is not logging the print statements out of the box.