Skip to content

Update logging samples to fit new style guide and match Node.js samples. #435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions cloud_logging/README.md → logging/api-client/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# Google Cloud Logging v1 Samples
# Stackdriver Logging v1 Samples

**Note that these samples are for the v1 Samples, using the Google API Client.
It's recommended you instead use the [Logging v2 samples](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/logging/api), which use the Google
Cloud client library.**

This section contains samples for [Google Cloud Logging](https://cloud.google.com/logging).
This section contains samples for [Stackdriver Logging](https://cloud.google.com/logging).

<!-- auto-doc-link -->
<!-- end-auto-doc-link -->

## Running the samples

1. Your environment must be setup with [authentication
information](https://developers.google.com/identity/protocols/application-default-credentials#howtheywork). If you're running in your local development environment and you have the [Google Cloud SDK](https://cloud.google.com/sdk/) installed, you can do this easily by running:

$ gcloud init
$ gcloud beta auth application-default login

2. Install dependencies from `requirements.txt`:

Expand Down
File renamed without changes.
File renamed without changes.
64 changes: 0 additions & 64 deletions logging/api/README.md

This file was deleted.

135 changes: 0 additions & 135 deletions logging/api/export_logs_api.py

This file was deleted.

38 changes: 0 additions & 38 deletions logging/api/export_logs_api_test.py

This file was deleted.

99 changes: 0 additions & 99 deletions logging/api/logs_api.py

This file was deleted.

Loading