Hey everyone! This is probably a dumb question, bu...
# support
r
Hey everyone! This is probably a dumb question, but is there no other way of sending application logs to SigNoz from Node.JS than using the otel collector? We're using Winston for logging, and I would prefer it if I didn't have to have another binary/docker container running on each server. Most other application logging tools have npm packages that push logs to their instances without a separate collector instance. Am I misunderstanding something, or is this just not possible at the moment?
n
please check this out https://www.npmjs.com/package/@opentelemetry/instrumentation-winston you will be able to send logs without any other container.
r
Thanks! Gonna look into it.