Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
a
Andrew Korzhuev
01/27/2023, 10:08 AM
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
Ketan (kumare3)
01/28/2023, 4:46 AM
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
Eduardo Apolinario (eapolinario)
01/28/2023, 7:26 AM
I opened
https://github.com/flyteorg/flyte/issues/3293
to track this. And as Ketan mentioned, this could be a good first contribution. 🙂
a
Andrew Korzhuev
01/30/2023, 11:00 AM
I left a comment on the issue, I think it should be standardized the other way round
Post