logdna / logdna-agent

LogDNA Agent streams from log files to your LogDNA account. Works with Linux, Windows, and macOS Servers
https://logdna.com
MIT License
137 stars 55 forks source link

Passing LDLOGSSL=yes as an env variable #124

Closed koraa closed 5 years ago

koraa commented 5 years ago

Hi all!

What happens if I pass LDLOGSSL=yes as an environment variable to the logdna agent? Haven't got access to a testing machine right now, but considering the line below, I would suppose SSL would be disabled, which is a bit of a usable security issue.

    , LOGDNA_LOGSSL: isNaN(process.env.LDLOGSSL) ? true : +process.env.LDLOGSSL

Well, it's just a minor inconvenience I suppose. Thanks for all your great work!

leeliu commented 5 years ago

Defaults to true.