Tocard opened a new pull request, #47373: URL: https://github.com/apache/spark/pull/47373
As spark cluster administration I want to manage logs of application by my own. Spark-deamon.sh has two main issues with it. - mandatory log file rotation and no way to disbale it - hardcoded log file name without any to way to overide it. This PR allow without changing the default behavior to customize startup log filename & disable log rotation. I tested it on 3.5 on our own cluster with worker, master, thrift & server-history. The only changed behavior changed here is SPARK_LOG_MAX_FILES defaulted to 5 if bad input instaed or fail. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org