In short: Is it possible to prevent default debug logs:
Function execution started and Function execution took {time} ms, finished with status code: {code} in Firebase Functions?
By default it seems GCP logs (https://console.cloud.google.com/logs) logs every start and finish of function execution. If I would like to log only my own log from a certain function would it be possible to prevent this default logging?