logrus_fluent_example

command module
v0.0.0-...-1c651bc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

README

logrus_fluent_example

example fluentd hooks for logrus

Install Fluent
docker pull fluent/fluentd
Configure Fluent
vim /tmp/fluentd.conf
fluentd.conf
<source>
    @type forward
    port 9880
  </source>
  <match **>
    @type stdout
  </match>
Run container
docker run -it -p 9880:9880 -v /tmp:/fluentd/etc -e FLUENTD_CONF=fluentd.conf -v /data:/fluentd/log  fluent/fluentd

Run main.go

go run main.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL