-
Notifications
You must be signed in to change notification settings - Fork 301
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
Add logstorage exclusion feature #548
Conversation
Hello @ranoongs |
FYI. |
@minminlittleshrimp If there are many [ App ID : Context ID ] pairs (like 40~50) that are logging and if the user wants all the logs except some modules, [FILTER1] could be useful rather than below [FILTER1] And also, my filter generates less keyS so it can save CPU usage as well. Can't it be considered? |
Hello @ranoongs , |
Your idea is great, but the point here is, it must not be both wildcards app+ctx. |
@minminlittleshrimp [FILTER1] |
Thank you @ranoongs |
@minminlittleshrimp |
Hello @ranoongs Currently we are focusing on some internal DLT issues. Regards |
Hello @ranoongs Regards |
@minminlittleshrimp |
No, you are not late 😀 |
@minminlittleshrimp Do I fix this with fixed feature and wait for the upstream version is merged? |
Please wait for the upstream. |
Sorry I'm a little bit confused. |
Yes @ranoongs |
Okay I remove this PR and I will contribute in other ways. Thanks. |
This commit is to add 'exclusion' feature in logstorage.
It can be used when taking in all the DLT logs and exclude some modules (using wildcards to App ID and Context ID in the filter).
@lvklevankhanh @michael-methner
Could you review this one please?