Open
Description
Feature request
It should be possible to force the use of an external-logs
service. I think it is currently only used when logs are no longer available via the k8s API.
Use case
In our case, the pipeline emits structured logs in high granularity. Some of it is relevant for the enduser, however, other parts are only required for internal support. We want to hide those to not confuse the enduser. Therefore our implementation of external-logs
would apply the relevant filtering.
Thanks,
Fabian