Skip to content

logger is an HTTP request logger that implements correlated logging to GCP via Logging REST API. Each HTTP request is logged as the parent with all event logs occurring during the request as child logs. This allows for easy viewing in GCP Log Explorer. The logs will also be correlated to Cloud Trace if you instrument your code with tracing.

License

Notifications You must be signed in to change notification settings

zredinger-ccc/logger

 
 

Repository files navigation

logger

GoDoc

logger is an HTTP request logger that implements correlated logging to one of several supported platforms. Each HTTP request is logged as the parent log, with all logs generated during the request as child logs.

The Logging destination is configured with an Exporter. This package provides Exporters for Google Cloud Logging and Console Logging.

The GoogleCloudExporter will also correlate logs to Cloud Trace if you instrument your code with tracing.

About

logger is an HTTP request logger that implements correlated logging to GCP via Logging REST API. Each HTTP request is logged as the parent with all event logs occurring during the request as child logs. This allows for easy viewing in GCP Log Explorer. The logs will also be correlated to Cloud Trace if you instrument your code with tracing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%