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
138 stars 55 forks source link

fix: make sure `process.getuid` doesn't get called on `Windows` #188

Closed smusali closed 4 years ago

smusali commented 4 years ago

process.getuid method isn't supported on Windows as explained here; so, this commit is for fixing that bug.

Ref: LOG-6981 Semver: patch