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

Stderr is not logged #6

Closed
Ondraceq opened this issue Feb 23, 2023 · 3 comments
Closed

Stderr is not logged #6

Ondraceq opened this issue Feb 23, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Ondraceq
Copy link

It is probably captured, but then thrown away in podman.py.
I suggest adding stderr next to output in the resulting json.

@Ondraceq Ondraceq added the bug Something isn't working label Feb 23, 2023
@Ondraceq
Copy link
Author

My investigation:
stderr that is returned in invokePodmanCommand is never used (when the return value is used, it's used as invokePodmanCommand(...)[0])

@Ondraceq
Copy link
Author

Worked before ... containers/podman#8686

@yaqwsx
Copy link
Member

yaqwsx commented Feb 23, 2023

Fixed in 8d22b28

@yaqwsx yaqwsx closed this as completed Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants