James Stratford
07/29/2024, 3:53 AM# Imports the Cloud Logging client library
import google.cloud.logging
# Instantiates a client
client = google.cloud.logging.Client()
# Retrieves a Cloud Logging handler based on the environment
# you're running in and integrates the handler with the
# Python logging module. By default this captures all logs
# at INFO level and higher
client.setup_logging()
Edgar RamÃrez (Arch.dev)
07/29/2024, 11:21 PMPYTHONPATH
so Meltano could import the module it at runtime: https://gist.github.com/edgarrmondragon/feb148d50339dbbc2a6251707e13882f/revisions.