chronon
chronon copied to clipboard
Enable logging levels, driven by log4j config
Summary
This PR enables the logging, logging levels can be set from log4j conf
Why / Goal
Users should be able to drive config for which they want
Reviewers
@hzding621 @caiocamatta-stripe @nikhil-zlai
This will spam our logging.
@pengyu-hou hardcoding log4j level inside code is anti pattern, it should be driven by log4j properties. I would suggest airbnb to fix your deployment pipelines to pass the log4j properties while submitting spark jobs to EMR clusters.
This will spam our logging.
@pengyu-hou hardcoding log4j level inside code is anti pattern, it should be driven by log4j properties. I would suggest airbnb to fix your deployment pipelines to pass the log4j properties while submitting spark jobs to EMR clusters.
Thanks Laxman for review. let me work with pengyu and push this MR
Thanks @krisnaru . I will spend sometime on it and test it from our end.
@divyamanohar-stripe it is this PR.
https://chatgpt.com/share/683743ff-4918-800a-8cf3-45de90eec468 is an example on how to pass log4j.properties via dependency injection