I know we can configure this, be redefining values.config.content, but wonder if there is virtu in piping searchd to stderr by default?
(leaving query log to stdout)
log = /dev/stderr
https://github.com/manticoresoftware/manticoresearch-helm/blob/master/chart/values.yaml#L66
... This makes it much easier to inspect the logs, in systems that can separate stderr/stdout streams. We use loki to ingest logs from containers.
I know we can configure this, be redefining values.config.content, but wonder if there is virtu in piping searchd to
stderrby default?(leaving query log to
stdout)log = /dev/stderr
https://github.com/manticoresoftware/manticoresearch-helm/blob/master/chart/values.yaml#L66
... This makes it much easier to inspect the logs, in systems that can separate stderr/stdout streams. We use loki to ingest logs from containers.