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
- Host: GitHub
- URL: https://github.com/keisukeyamashita/stackdriver-severity-demo
- Owner: KeisukeYamashita
- Created: 2019-08-03T10:06:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:12:29.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T12:23:44.365Z (about 1 year ago)
- Topics: bunyan, cloudfunctions, console, winston
- Language: TypeScript
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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

## Author
* KeisukeYamashita