https://github.com/controlplaneio/google-logging-test
https://github.com/controlplaneio/google-logging-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/controlplaneio/google-logging-test
- Owner: controlplaneio
- Created: 2020-05-23T09:32:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T10:18:04.000Z (about 6 years ago)
- Last Synced: 2023-03-03T01:07:14.697Z (over 3 years ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal app to test google cloud logging from appengine
* Uses official google golang docker image: https://github.com/GoogleCloudPlatform/golang-docker
Combines code from official golang samples:
* https://github.com/GoogleCloudPlatform/golang-samples/blob/master/appengine_flexible/helloworld/helloworld.go
* https://github.com/GoogleCloudPlatform/golang-samples/blob/master/logging/logging_quickstart/main.go
Logging doesn't work! :(