The console output from create_cloudsim.py is very verbose. Now that we're advising users to run it, it should be quiet by default, just giving enough output to indicate progress, errors, and/or completion.
A --verbose or similar argument would re-enable the current behavior for developers who want to see everything happen.
Original report (archived issue) by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).
The console output from
create_cloudsim.py
is very verbose. Now that we're advising users to run it, it should be quiet by default, just giving enough output to indicate progress, errors, and/or completion.A
--verbose
or similar argument would re-enable the current behavior for developers who want to see everything happen.