Story #145
Updated by bmbouter almost 10 years ago
Recapping some of the ideas:
RCM typically uses the Pulp API for tasks, but occasionally needs to run multiple pulp-admin commands in parallel. Currently this is impossible due to the way pulp-admin works.
* stop pulp-admin from writing out logs to files
* Update all user facing strings that tell them to NOT go look at the logs
* all logging should go to the stderr
* Add a -v option that turns on logging to INFO
* Add a -vv option that turns on logging to DEBUG
* update the docs with this new loggin' behavior
* Make sure there is a release note on this.
* Any new code introduced needs to have 100% test coverage.