-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Enhancement
Hello.
It would be great if, on a client-basis (e.g.: through metadata or so) as well as globally in the server configuration (of course, the client-basis configuration has higher priority over the global one), it would be possible to disable/enable (based on the configuration) the events displayed in the journal.
In my specific use case, I'm not really interested in getting flooded by INFO_UPDATED
events since the info will always be updated because of the process information contained in its payload.
Therefore, I would like to have in the journal only the entries which really make sense (especially because of #4389).
But, it would make sense to generalize the feature and allow every event type to be enabled/disabled.
In the documentation I can see some configurations in this regard, but none that allows really to disable/enable them.
If it's too complicated or time consuming, it would be great to have at least the possibility to disable/enable them globally as part of the server configuration.
Kind regards and thanks in advance.