You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our use case for Airbyte involves surfacing sync logs to our users. We only want to show the logs written by the actual source and destination, e.g.
2021-09-04 01:03:54 INFO Read 25 records from comments stream
2021-09-04 01:03:54 INFO Syncing stream: commit_comments
and not the ones written by Airbyte, e.g.
2021-09-04 01:05:07 INFO Closed all resources for pod source-github-worker-29-0-tcjov
2021-09-04 01:05:07 INFO Closed all resources for pod source-github-worker-29-0-tcjov
Describe the solution you’d like
A procedure for distinguish logs written by source or destination vs written by Airbyte in the response given by calling api/v1/jobs/get.
Describe the alternative you’ve considered or used
A clear and concise description of any alternative solutions or features you've considered or are using today.
Additional context
Add any other context or screenshots about the feature request here.
Are you willing to submit a PR?
Remove this with your answer :-)
The text was updated successfully, but these errors were encountered:
This is preparing the tagging of the application that generate a log which is requested in #5889
It is adding helper to add a color to the log and safely manipulate the MDC.
It is also modifying the log4j pattern.
The use of those helper will will be implemented in another PR.
This is preparing the tagging of the application that generate a log which is requested in airbytehq#5889
It is adding helper to add a color to the log and safely manipulate the MDC.
It is also modifying the log4j pattern.
The use of those helper will will be implemented in another PR.
schlattk
pushed a commit
to schlattk/airbyte
that referenced
this issue
Jan 4, 2022
Tell us about the problem you're trying to solve
Our use case for Airbyte involves surfacing sync logs to our users. We only want to show the logs written by the actual source and destination, e.g.
and not the ones written by Airbyte, e.g.
Describe the solution you’d like
A procedure for distinguish logs written by source or destination vs written by Airbyte in the response given by calling
api/v1/jobs/get
.Describe the alternative you’ve considered or used
A clear and concise description of any alternative solutions or features you've considered or are using today.
Additional context
Add any other context or screenshots about the feature request here.
Are you willing to submit a PR?
Remove this with your answer :-)
The text was updated successfully, but these errors were encountered: