Open
Conversation
Signed-off-by: Anju Pathak <anjupathak9810@gmail.com>
There was a problem hiding this comment.
Pull request overview
This pull request adds documentation for a new module-level debug filtering feature in Keploy's CLI and configuration. The feature allows users to selectively include or exclude debug logs from specific modules using the debugModules configuration setting, with support for hierarchical module matching.
Changes:
- Added
debugModulesconfiguration fields (includeandexclude) to the YAML configuration example - Documented the Debug Logging section explaining
debuganddebugModulessettings with usage examples - Added Module-level Debug Filtering section to CLI commands documentation with cross-reference to configuration file
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| versioned_docs/version-3.0.0/running-keploy/configuration-file.md | Added debugModules fields to config example and new Debug Logging section with detailed explanation and YAML example |
| versioned_docs/version-3.0.0/running-keploy/cli-commands.md | Added Module-level Debug Filtering section with usage example and reference to configuration file documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
versioned_docs/version-3.0.0/running-keploy/configuration-file.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-3.0.0/running-keploy/configuration-file.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-3.0.0/running-keploy/configuration-file.md
Outdated
Show resolved
Hide resolved
Achanandhi-M
requested changes
Jan 20, 2026
Member
Achanandhi-M
left a comment
There was a problem hiding this comment.
Hey @anjupathak03, could you please fix the build pipeline? It’s currently failing.
Signed-off-by: Anju Pathak <anjupathak9810@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Anju <168076172+anjupathak03@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Anju <168076172+anjupathak03@users.noreply.github.com>
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.
What has changed?
This pull request updates the documentation to introduce and explain module-level debug log filtering in Keploy's CLI and configuration. The changes clarify how users can control debug output using the new
debugModulessetting, including hierarchical module matching and usage examples.Debug Logging Enhancements:
debugModulessetting, allowing users to include or exclude debug logs by module name, with hierarchical matching and clear YAML configuration examples. [1] [2]debugModulesincludeandexcludelists.This PR Resolves #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please run npm run build and npm run serve to check if the changes are working as expected. Please include screenshots of the output of both the commands. Add screenshots/gif of the changes if possible.
Checklist: