dingykhan1 / scoop

Automatically exported from code.google.com/p/scoop
GNU Lesser General Public License v3.0
0 stars 0 forks source link

--log option missing in the devel version #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
run scoop as a module and --log log.txt

What is the expected output? What do you see instead?
Write all logging to a file. Instead:

python3 -m scoop -n 2 --log log.txt test.py
       [-h] [--hosts [Address [Address ...]] | --hostfile FileName]
       [--path PATH] [--nice NiceLevel] [--verbose] [--quiet]
       [-n NumberOfWorkers] [-b NumberOfBrokers] [--tunnel]
       [--external-hostname Address] [--python-interpreter Path]
       [--pythonpath PYTHONPATH] [--prolog PROLOG] [--profile]
       [--backend {ZMQ,TCP}]
       [executable] ...
python3 -m scoop: error: unrecognized arguments: --log

What version of the product are you using? On what operating system?
0.72 on linux

Please provide any additional information below.
The devel version (0.72) seems to have lost the log file option on the command 
line. This option is still mentioned in the documentation:
http://scoop.readthedocs.org/en/0.7/usage.html

Original issue reported on code.google.com by chrison...@gmail.com on 25 Mar 2014 at 9:13

GoogleCodeExporter commented 8 years ago
Thanks for your report. We indeed removed the --log flag because it only 
duplicated the basic shell flow redirection ( > , 2> or >& ). The documentation 
have been updated to reflect this modification. 

Original comment by yannickh...@gmail.com on 15 Jul 2014 at 3:11