Feature #3048
Extend documentation section "ctools-from-python" with info about log file creation
Status: | Closed | Start date: | 10/14/2019 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.7.0 | |||
Duration: |
Description
It would be nice to have some explanatory text on how the user could enable the production of a log file when running ctools/cscripts from python.
At least I did not find any comment on that on the online documentation, which made me to dig deep in the code to find out how to do so
In the end it is just a small call of the following method before running the tool:
ctool::logFileOpen()
It would be nice to have that piece of information on the online documentation, maybe on tutorial section “ctools-from-python”?
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen about 5 years ago
- Status changed from New to Closed
- Assigned To set to Knödlseder Jürgen
- Target version set to 1.7.0
- % Done changed from 0 to 100
Thanks for bringing this up.
I added the relevant information to the Jupyter notebook, but also the Introduction section of the User Manual and the FAQ.
Merged into devel
.