--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/55511dce-1837-4f93-98c9-600a12b907b3%40googlegroups.com.
Hi,the Thanos components (like Prometheus itself) can only log to stderr, so if you want to capture logs in a file, you will have to solve this externally (e.g. via systemd or whatever process supervisor / runtime environment you are using).Regards,Julius
On Fri, May 22, 2020 at 11:00 AM Saurabh Jain <s.saura...@gmail.com> wrote:
--Hi Guys,Is it possible to pass log path as a parameter while running Thanos components like for eg if we are running Sidecar via below command.thanos sidecar --http-address 127.0.0.1:19090 --grpc-address 127.0.0.1:19091 --prometheus.url http://localhost:9090 --log.level=info --log.format=logfmtIdea is to create log file in directory for eg /opt/prometheus/sidecar.log while running Sidecar command.Pls advice.Thanks,Saurabh
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to promethe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/55511dce-1837-4f93-98c9-600a12b907b3%40googlegroups.com.