feature/add-debug-logging #3

Merged
nick merged 5 commits from feature/add-debug-logging into master 2025-04-01 19:54:34 -04:00
Owner

Pull Request: Add Debug-Level Logging and Conditional File Saving

Summary of Changes:

This pull request introduces an enhancement to the 753DataSync script by adding support for detailed debug-level logging and conditionally saving individual page data files. The aggregated data file will always be saved with the info logging level, regardless of the logging setting.

Key Updates:

  • Dynamic Logging Level: You can now set the logging level dynamically via an environment variable or script argument.
  • Debug-Level Logging: When the logging level is set to "debug," detailed logs will be generated to provide deeper insights.
  • Conditional File Saving: Individual page data files (e.g., enforcement_page_x_) will only be saved when the logging level is set to debug.
  • Info-Level Aggregated File: The aggregated data file will always be saved with the info logging level, even when debug logging is disabled.

What Needs Review:

  • Verify the correct behavior of dynamic logging level configuration.
  • Ensure that page files are only saved when debug logging is enabled.
  • Confirm that the aggregated data file is consistently saved at the info logging level.
  • Check that the documentation accurately reflects these changes.
### Pull Request: Add Debug-Level Logging and Conditional File Saving #### Summary of Changes: This pull request introduces an enhancement to the 753DataSync script by adding support for detailed debug-level logging and conditionally saving individual page data files. The aggregated data file will always be saved with the info logging level, regardless of the logging setting. **Key Updates:** - **Dynamic Logging Level**: You can now set the logging level dynamically via an environment variable or script argument. - **Debug-Level Logging**: When the logging level is set to "debug," detailed logs will be generated to provide deeper insights. - **Conditional File Saving**: Individual page data files (e.g., `enforcement_page_x_`) will only be saved when the logging level is set to debug. - **Info-Level Aggregated File**: The aggregated data file will always be saved with the info logging level, even when debug logging is disabled. #### What Needs Review: - Verify the correct behavior of dynamic logging level configuration. - Ensure that page files are only saved when debug logging is enabled. - Confirm that the aggregated data file is consistently saved at the info logging level. - Check that the documentation accurately reflects these changes.
nick added 5 commits 2025-04-01 19:53:25 -04:00
nick merged commit ab6a2f0ec8 into master 2025-04-01 19:54:34 -04:00
nick deleted branch feature/add-debug-logging 2025-04-01 19:54:34 -04:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nick/753-Data-Sync#3
No description provided.