Skip to content

Releases: tonimelisma/golang-heroku-log-drain

v1.1.0

24 Apr 14:20
Compare
Choose a tag to compare

New functionality: security through drain token filtering. Define the LOG_DRAIN_TOKEN= in your .env file and any log messages not matching the drain token will be dropped.

However, this will disallow using the log drain as a drain for multiple Heroku apps, only one drain token can be defined. If you leave the env variable empty, the program will neatly store several apps' logs in their respective directories.

v1.0.0

16 Apr 20:24
f38b5ea
Compare
Choose a tag to compare

Fully working production version of a Heroku log drain