Hello! Could you say why Flytekit logging format i...
# ask-the-community
a
Hello! Could you say why Flytekit logging format is different from Flyte logging? https://github.com/flyteorg/flytestdlib/blob/master/logger/logger.go#L42-L50 https://github.com/flyteorg/flytekit/blob/master/flytekit/loggers.py#L66 This creates problem running the things on EKS for example, as you have to have multiple Fluent Bit parsers for each format to get correct logging level and timestamps later as you ingest the logs.
k
Cc @Eduardo Apolinario (eapolinario) @Andrew Korzhuev this is a fair question- I think Eduardo is thinking of fixing it. Or you can contribute a or
e
I opened https://github.com/flyteorg/flyte/issues/3293 to track this. And as Ketan mentioned, this could be a good first contribution. 🙂
a
I left a comment on the issue, I think it should be standardized the other way round
152 Views