package
0.0.0-20201119054120-59ff43471d04
Repository: https://github.com/k0kubun/fluent-logger-go.git
Documentation: pkg.go.dev
# README
Example
Sample application for fluent-logger-go using gin.
Setup
$ go get github.com/gin-gonic/gin
$ gem install fluentd
$ gem install foreman
Launch
$ foreman start
If you visit http://localhost:3000/foo, { "id": "foo" } is logged to fluentd.