Story #286
closedPulp clients should not log to files
0%
Description
++ This bug was initially created as a clone of Bugzilla Bug #1175820 ++
Description of problem:
Description of problem:
pulp-admin and pulp-consumer log to files by default. This can cause concurrency issues if users run more than one command at a time. It's also inconvenient when there is an error, as the CLI tells the user "there was a problem, see the log" instead of just showing the user the error.
Most CLI programs offer -v and -vv flags. I propose that we do the same. The -v flag would cause all things that go to admin.log to go to the console. The -vv flag would do the same and also add in the server_calls.log. If the user wants these to go to files, they can use standard Unix shell redirection to accomplish that.
One exception is Exceptions ☺ We should print unexpected exceptions to the screen even in normal mode.
Version-Release number of selected component (if applicable):
2.4.0-1
How reproducible:
Every time.
Steps to Reproduce:
1. Do pulp-admin and pulp-consumer log to files?
2. Can you adjust the console verbosity?
Actual results:
No and no.
Expected results:
Yes and yes.
Related issues
Updated by bmbouter over 9 years ago
- Is duplicate of Story #145: As a pulp-admin user, I would like logs to go to stderr added
Updated by bmbouter over 9 years ago
- Subject changed from [RFE] Pulp clients should not log to files to Pulp clients should not log to files
- Status changed from ASSIGNED to 7
Updated by bmbouter over 9 years ago
- Status changed from 7 to CLOSED - DUPLICATE