Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(admin): capture migration output on stdout #3508

Merged
merged 1 commit into from
Dec 13, 2022
Merged

Conversation

dbanda
Copy link
Contributor

@dbanda dbanda commented Dec 13, 2022

Follow up to #3503

Previously we were redirecting all stdout to a user buffer and returning it as json response. This meant that logging wasn't going to stdout. This fix will tee output to both the user buffer and stdout.

Ultimately, this redirecting should probably be replaced by returning proper info to the caller once we figure out what the appropriate endpoint response should be.

@dbanda dbanda marked this pull request as ready for review December 13, 2022 01:46
@dbanda dbanda requested a review from a team as a code owner December 13, 2022 01:46
@dbanda dbanda merged commit 2d32d7d into master Dec 13, 2022
@dbanda dbanda deleted the dbanda/fix/audit-log branch December 13, 2022 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants