-
Notifications
You must be signed in to change notification settings - Fork 30
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
Ignore chatty applications #206
Comments
Hi @hanswurscht If you are looking to discard logging for few applications, then you can use |
Hi, this doesn't seem to work in our environment. We have set Have there been improvements in the latest release?
|
@hanswurscht Which PCF/ Tanzu version are you using? |
@luckyj5 We are on 2.9 currently. |
Please use latest release (v1.2.2) which includes the fix for this issue. Thanks! |
Same issue here. We would like to disable the
It would be nice to have a way to disable certain events on application level, e.g. by setting different environment variables. |
@christianerbsmehl Please use Event-type configuration to disable cf:logmessage (i.e, do not configure
|
To my knowledge this only works on a global scope and not individual per application. |
Yes, that's what I said. In our organization we have thousands of apps and for most of them, sending all events (including |
Hi,
since #114 was closed, there is this new issue to clarify the situation.
What is the proper solution to temporary ignore chatty applications?
Is it possible to just ignore logs from stdout/stderr but keep the container metrics?
Should i use
F2S_DISABLE_LOGGING=true
or should i use the index routing feature for it?What exactly do i have to set as target index if i want to ignore the apps stdout/stderr?
Thanks!
The text was updated successfully, but these errors were encountered: