Skip to content

A Google AppEngine project to demo how to use the Google Cloud Logging API

Notifications You must be signed in to change notification settings

edwardfung123/google-cloud-logging-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud Logging Demo

This Google App Engine application is a demo for BarCamp HK 2015. The goal of this project is to illustrate how to use the Google Cloud Logging API. The version of Google Cloud Logging API is v1beta3.

Requirments

  • Google Cloud SDK (for deploying the code to GAE)
  • A Google Project (made in Google Developer Console)

Usage

simply send a http POST request to / with the following data

  • msg: the message to be logged.
  curl -d "msg=Hello" https://YOU_PROJECT.appspot.com/

About

A Google AppEngine project to demo how to use the Google Cloud Logging API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages