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

Support chaos experiments for log framework #183

Merged
merged 2 commits into from
Jun 30, 2021

Conversation

zhucegep
Copy link
Contributor

Describe what this PR does / why we need it

支持日志框架的故障演练,例如delay、throw exception:

blade create log delay --logback --time 1000 --effect-count 100

blade create log throwCustomException --logback --exception java.lang.NullPointException

Does this pull request fix one issue?

Fixes #179

Signed-off-by: shizhi.zhu <shizhi.zhu@qunar.com>
- 添加匹配过程的debug日志

Signed-off-by: shizhi.zhu <shizhi.zhu@qunar.com>
@xcaspar xcaspar self-requested a review June 30, 2021 09:24
@xcaspar xcaspar added the type/feature Category issues or prs related to feature request. label Jun 30, 2021
@xcaspar xcaspar added this to the v1.3.0 milestone Jun 30, 2021
@xcaspar
Copy link
Member

xcaspar commented Jun 30, 2021

Thanks for your contributions!

@xcaspar xcaspar merged commit 02e8e8d into chaosblade-io:master Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Category issues or prs related to feature request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support delay for Log framework
2 participants