Separate out python logging and setting log level with setting log level using train_args and altering train_args.log_level to match python logging level.
Related issue number
How to verify the PR
Was the PR tested
[ ] I have added >=1 unit test(s) for every new method I have added.
Description of the change
Separate out python logging and setting log level with setting log level using train_args and altering
train_args.log_level
to match python logging level.Related issue number
How to verify the PR
Was the PR tested