Adopt component log categories and deprecate VERBOSE#190
Merged
codeforester merged 1 commit intoJul 25, 2026
Conversation
codeforester
marked this pull request as ready for review
July 25, 2026 00:48
Base automatically changed from
enhancement/187-20260724-log-category-gates
to
main
July 25, 2026 00:50
codeforester
force-pushed
the
enhancement/188-20260724-component-log-categories
branch
from
July 25, 2026 00:51
a900b84 to
f7b5f2a
Compare
codeforester
deleted the
enhancement/188-20260724-component-log-categories
branch
July 25, 2026 00:53
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
base_bash_libs.<module>categorybase_bash_libsgate to INFO so application DEBUG doesnot implicitly enable reusable-library DEBUG
--debug-wrapperenable both terminal and library DEBUGVERBOSElevel,log_verbose*helpers, and--verbose-wrapperwithout changing their 1.x runtime behaviorIssue
Closes #188
Dependency
mainValidation
bats tests/launcher.bats lib/bash/std/tests/lib_std.bats lib/bash/git/tests/lib_git.bats— 204 tests passed locally, with one environment-specific process-listing
skip
bats lib/bash/file/tests/lib_file.bats— 34 tests passed./tests/validate.sh— 314 tests passedbash -nfor the launcher and all changed library modulesmodules
git diff --checkNotes
not emit runtime warnings.
DEBUGis the most detailed level for new code; deprecated compatibilitysurfaces can be removed no earlier than the next major release.
basectl --verbose-wrapperremains a separate Base issue/PRafter this library train is merged and available.
VERSIONremains unchanged; this work is targeted to thev1.4.0milestone.
Checklist
<category>/<issue>-<YYYYMMDD>-<slug>.Fixes #<issue>orCloses #<issue>when merge should close the issue.