Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make create folders logging optional #379

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

JoeZiminski
Copy link
Member

@JoeZiminski JoeZiminski commented Apr 29, 2024

This PR makes an option to make logging optional on create_folders.

No documentation or tests are required. I suppose it could be tested that setting to False actually stops logging, it is already tested that create_folders does log if True. But seems overkill.

This PR requires #384 to be merged because some fixes in the logging were discovered during this PR.

@JoeZiminski JoeZiminski marked this pull request as draft April 29, 2024 20:55
@JoeZiminski JoeZiminski linked an issue May 1, 2024 that may be closed by this pull request
@JoeZiminski JoeZiminski force-pushed the make_create_folders_logging_optional branch from 1bd6716 to 4497f42 Compare May 2, 2024 14:39
@JoeZiminski JoeZiminski marked this pull request as ready for review May 2, 2024 14:41
@JoeZiminski JoeZiminski changed the base branch from main to fix_logger_name_regression May 2, 2024 15:47
@JoeZiminski JoeZiminski requested a review from niksirbi May 2, 2024 15:48
Copy link
Member

@niksirbi niksirbi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Base automatically changed from fix_logger_name_regression to deprecate_python3.8_add3.12 June 9, 2024 15:31
@JoeZiminski JoeZiminski changed the base branch from deprecate_python3.8_add3.12 to main June 9, 2024 15:39
@JoeZiminski JoeZiminski force-pushed the make_create_folders_logging_optional branch from 4497f42 to 2e8420e Compare June 10, 2024 09:02
@JoeZiminski JoeZiminski merged commit 5ca2e72 into main Jun 10, 2024
23 checks passed
@JoeZiminski JoeZiminski deleted the make_create_folders_logging_optional branch June 10, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to turn off logging for create_folders
2 participants