Skip to main content

No project description provided

Project description

gcloud-tail

The gcloud CLI provides a way to "tail" logs from Google App Engine, but not from Stackdriver. Which is odd, because it's not especially difficult to do so. That's what this utility accomplishes.

Usage

Run this as gcloud-tail FILTER. The result is in JSON format, with one line per log message. You can process the results with jq. For example:

$ gcloud-tail 'severity>=ERROR' | jq -r .textPayload

Installation

This is a simple Python distribution. The easiest way to install is

pip install gcloud-tail

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gcloud-tail-1.0.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

gcloud_tail-1.0.0-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page