git-hulk opened a new issue, #18839: URL: https://github.com/apache/doris/issues/18839
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Currently, Doris only supports sending its logs to the log dir which is not convenient to collect logs. I'm wondering if it's a good idea to allow sending logs to stdout/stderr, which may make the docker logs collector happy. ### Solution - Upgrade glog to 0.6 supports sending logs to stdout: https://github.com/google/glog/pull/790 - Add a new config like sys_log_stdout to identify whether to send logs stdout or not ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
