Categorygithub.com/rai-project/logger
repositorypackage
0.0.0-20190701163301-49978a80bf96
Repository: https://github.com/rai-project/logger.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Logger Build Status

Config

example

logger:
  level: debug
  hooks:
    - kenisis
    - syslog
    - logz
    - graylog
    - airbrake
logz:
  token: LOGZ_TOKEN
graylog:
   address: ...
   port: 12201
airbrake:
   id: ...
   api_key: ...