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

pip-compile logs to stdout #353

Closed
cjerdonek opened this issue May 2, 2016 · 2 comments
Closed

pip-compile logs to stdout #353

cjerdonek opened this issue May 2, 2016 · 2 comments
Labels
logging Related to log or console output PR wanted Feature is discussed or bug is confirmed, PR needed

Comments

@cjerdonek
Copy link

cjerdonek commented May 2, 2016

pip-compile logs its verbose output to stdout instead of stderr.

Steps to replicate
  1. Create a test requirements.in file.
  2. Run pip-compile --verbose requirements.in > temp.txt
Expected result

You should see verbose logging in the console.

Actual result

No output is visible in the console.

@nvie
Copy link
Member

nvie commented May 2, 2016

This is a bug. Thanks for reporting!

@nvie nvie added the PR wanted Feature is discussed or bug is confirmed, PR needed label May 2, 2016
@vphilippon vphilippon added the logging Related to log or console output label Nov 24, 2017
georgek added a commit to georgek/pip-tools that referenced this issue Jul 6, 2019
auvipy added a commit that referenced this issue Jul 6, 2019
Output all logging to stderr (#353)
@atugushev
Copy link
Member

Fixed in #834

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logging Related to log or console output PR wanted Feature is discussed or bug is confirmed, PR needed
Projects
None yet
Development

No branches or pull requests

4 participants