sryza commented on PR #52955: URL: https://github.com/apache/spark/pull/52955#issuecomment-3627690737
For a server-side log message, 4 lines is not a big deal, but for an end user to see every time they run anything with Spark, IMO it's a pretty rough experience. FWIW log4j config allows enabling DEBUG-level logging at the file level (e.g. just for ShutdownHookManager). Just brainstorming, one possibility could be to revert this to INFO and hide INFO-level messages for client-side processes when using Spark Connect? Not sure how feasible this is. Or to publish instructions on how to use log4j config to enable DEBUG-level logging for ShutdownHookManager? -- 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]
