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 A '--disable-logging' flag to pulp-admin from writing out logs to files * Update all user facing strings that tell would allow 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. run multiple commands in parallel without logging.