An open API service indexing awesome lists of open source software.

https://github.com/keisukeyamashita/stackdriver-severity-demo

Demo for Stackdriver logs and some loggers
https://github.com/keisukeyamashita/stackdriver-severity-demo

bunyan cloudfunctions console winston

Last synced: 6 months ago
JSON representation

Demo for Stackdriver logs and some loggers

Awesome Lists containing this project

README

          

# Stackdriver serverity demo

A demo for severity of logs in Stackdriver Logging.

## Build

First build typescript.

```
yarn build
```

## Deploy

Then deploy to your runtime.

```
yarn deploy:node10
```

## Run

If you deploy `node10js` runtime call by this command.

```
gcloud functions call severityDemoNode10 --region=asia-northeast1
```

## Image

![log image](./_image/log.png)

## Author

* KeisukeYamashita