Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hilli/go-axiom-logger

logrus sprinkled with Axiom
https://github.com/hilli/go-axiom-logger

Last synced: about 13 hours ago
JSON representation

logrus sprinkled with Axiom

Awesome Lists containing this project

README

        

# go-axiom-logger

Sets up a `Sirupsen/logrus` logger for the Axiom API.

As always when using the Axiom API, you should make sure to set up Axiom params in the env:

```shell
// Export `AXIOM_TOKEN`, `AXIOM_ORG_ID` (when using a personal token) and
// `AXIOM_DATASET` for Axiom Cloud.
// Export `AXIOM_URL`, `AXIOM_TOKEN` and `AXIOM_DATASET` for Axiom Selfhost.
```