[logs] UI does not show correct log levels for source/destination logs #33475
Unanswered
cjwooo
asked this question in
Connector Questions
Replies: 2 comments 8 replies
-
Did you change any env variable to change the level of the logs? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm not sure why it's not showing the correct level anymore. Do you happen to remember what prior version it was that was working? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why does the Airbyte UI not display my source and destination logs with their specified log levels, e.g. warn, error, etc? They all seem to be at the “info” level, regardless of what level I put in the AirbyteLogMessage object. In older Airbyte versions, the logs shown in the UI would be prefixed with the log level. Now, they’re just prefixed with
source >
ordestination >
.I’m running Airbyte both locally with docker and on k8s, with version 0.50.1 and 0.50.31 respectively.
Beta Was this translation helpful? Give feedback.
All reactions