/zap-gelf

Primary LanguageGoMIT LicenseMIT

GoZix Zap Gelf

License Documentation

Release Build Status Go Report Card Code Coverage

The bundle provide a Zap GELF core to GoZix application.

Installation

go get github.com/gozix/zap-gelf/v2

Dependencies

Configuration example

{
  "zap": {
    "cores": {
      "gelf": {
        "type": "gelf",
        "addr": "127.0.0.1:12001",
        "level": "debug"
      }
    }
  }
}

Documentation

You can find documentation on pkg.go.dev and read source code if needed.

Questions

If you have any questions, feel free to create an issue.