heyyy / espa

Automatically exported from code.google.com/p/espa
0 stars 0 forks source link

Add 'keep_log' to order parameters #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Warning level log messages that may be useful for troubleshooting are written 
to the log file, which is not persisted unless an error level log message 
occurs.  The keep_log option prevents the local log file from being deleted and 
is currently available only by command line parameters and not through order 
options.  

Add keep_log to order options so we can persist the log file locally when 
necessary.

Original issue reported on code.google.com by davehil...@gmail.com on 14 Jul 2014 at 3:18

GoogleCodeExporter commented 9 years ago
changing release # to 2.5.0

Original comment by davehil...@gmail.com on 25 Jul 2014 at 4:41

GoogleCodeExporter commented 9 years ago

Original comment by rd.alt.5...@gmail.com on 5 Aug 2014 at 7:20

GoogleCodeExporter commented 9 years ago
Added "keep_log": bool(true or false) to the order options.  This option can 
also be supplied on the command line for the cdr_ecv_mapper.py application.  
The log will always be kept if one or the other is supplied, they both need to 
be false for the log file to be removed.

Sending        cdr_ecv_mapper.py
Sending        test-orders/L5-UTM-8.json
Sending        test-orders/L7-UTM-8.json
Sending        test-orders/run-test-order.py
Sending        test-orders/template.espa.job.json
Transmitting file data .....
Committed revision 989.

On the trunk

Original comment by rd.alt.5...@gmail.com on 6 Aug 2014 at 8:49

GoogleCodeExporter commented 9 years ago
verified

Original comment by davehil...@gmail.com on 1 Oct 2014 at 3:46