python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Custom logging from firebase function
I'm trying to follow this guide to put some custom logging into a firebase function. The function itself is running, and I can see the data being passed in (it's an https 'callable' function). But as ...
dsl101
Votes: 0
Answers: 3
Google.Cloud.Diagnostics.AspNetCore3 debug level not working
Consider a wizard generated ASP.NET Core project (NET 6). Add a Google.Cloud.Diagnostics.AspNetCore3 NuGet package and services.AddGoogleDiagnosticsForAspNetCore() to Startup.cs. Let GOOGLE_APPLICATIO...
wpfwannabe
Votes: 0
Answers: 2
Extract textPayload from PubSub log message in Cloud Functions
I have created a workflow that sends some logs to Pub/Sub. These logs trigger a Cloud Function which process the logs and extract the textPayload, but that part it's failing.
Cloud Function code
def m...
jbra95
Votes: 0
Answers: 1
Is it possible to display Airflow logs in GCP Logging?
GCP documentation distinguishes between two kinds of logs for Composer:
Cloud Composer has the following Airflow logs:
Airflow logs: These logs are associated with single DAG tasks. You can view the ...

Tim
Votes: 0
Answers: 1