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

Please lower the amount of output to the console #1

Open
thozza opened this issue Mar 7, 2016 · 2 comments
Open

Please lower the amount of output to the console #1

thozza opened this issue Mar 7, 2016 · 2 comments
Assignees
Milestone

Comments

@thozza
Copy link
Contributor

thozza commented Mar 7, 2016

The amount of output to the console is too extensive for human. The output is great if the stdout is used as log when tests are run in CI.

It would be much better to have the tool to print by default just things like:
"Testing component XYZ"
"Testing scenario XYZ"
"Starting the server process..."
"Starting the client process..."

On the other hand the possibility to have the full output should be preserved as an option. Also another idea would be to save the full log into a file every time for further inspection.

@pavlix
Copy link
Member

pavlix commented Mar 23, 2016

It looks like this change will require some small changes in python-ptrace as well because it uses python logging module incorrectly. I have a couple of other changes to be done in python-ptrace so I think I will handle those at once.

@pavlix
Copy link
Member

pavlix commented Apr 25, 2016

This has been partially addressed. Keeping open so we finish the work including changes in python-ptrace.

@thozza thozza added this to the v0.1.0 milestone May 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants