-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Centralized logging headers + decorators
- Logging statements now add a default set of headers (only for warnings and errors) with options to add predefined headers for any logging needs - Special header decorators are similarly centrally added to messages (based on decorator status) and also decorators used in strings are removed if decoration disabled - Restored decorators in CLI messages - Fixed some CLI silent handling and oopsie newlines in help headings - Centralized exception reporting in bin/ and lib/ to a single boom_handler() in bin/ - Cleaned up exception handling edge case for `build` CLI task retry - Cleaned up exception logging to all flow through streaminator properly - Modified report generation for test results to adapt verbosity to test failure vs. test success case - Fixed verbosity handling for examples list CLI command
- Loading branch information
Showing
30 changed files
with
360 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.