I am evaluating stackdriver from GCP for logging across multiple micro services. Some of these services are deployed on premise and some of them are on AWS/GCP. Our services are either .NET or nodejs based apps and we are invested in winston for nodejs and nlog in .net.
I was looking @ integrating our on-premise nodejs application with stackdriver logging. Looking @ https://cloud.google.com/logging/docs/setup/nodejs the documentation it seems that there we need to install the agent for any machine other than the google compute instances. Is this correct?
if we need to install the agent then is there any way where I can test the logging during my development? The development environment is either a windows 10/mac.
