logdna / logger-node

A nodejs logger client for LogDNA
MIT License
34 stars 17 forks source link

fix: change from basic auth to apikey #87

Closed gjanco closed 9 months ago

gjanco commented 9 months ago

To be compatible with both pipeline and Analysis ingest, change to using the apikey header instead of basic auth.

Fixes: #86