saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
13.98k stars 5.47k forks source link

[master] Logging Configuration and Logger Initialization #66633

Open madavarajK opened 2 weeks ago

madavarajK commented 2 weeks ago

What does this PR do?

Logging Configuration and Logger Initialization

Added logging configuration at the beginning of the script. Initialized a logger instance using logging.getLogger(name). Enhanced Error Handling

Replaced print statements with logger calls (logger.error for errors). Added specific exception handling for NoCredentialsError and PartialCredentialsError. Updated Docstring

Added a docstring for the get_repo_json_file_contents function to describe its purpose and parameters. Improved Exception Messages

Provided more informative error messages within the exception handlers to aid debugging.

What issues does this PR fix or reference?

Fixes

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

Please review Salt's Contributing Guide for best practices, including the PR Guidelines.

See GitHub's page on GPG signing for more information about signing commits with GPG.

welcome[bot] commented 2 weeks ago

Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey. Please be sure to review our Code of Conduct. Also, check out some of our community resources including:

There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. If you have additional questions, email us at saltproject@vmware.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!