cylc / cylc-doc

Documentation (User Guide, Cheat Sheets, etc.) for the Cylc Workflow Engine.
https://cylc.github.io/cylc-doc/
GNU General Public License v3.0
8 stars 18 forks source link

Troubleshooting Guide: Additional things to say #725

Open wxtim opened 2 months ago

wxtim commented 2 months ago

Did your script fail because you needed to chmod?

Good idea.

log/config/flow-processed.cylc shows you the effect of Jinja2 templating.

Good idea, we could do with a general Jinja2 debugging section including cylc view -p and flow-processed.cylc.

log/config/01-start-01.cylc shows you the effect of Jinja2 and task parameter expansions.

I'm not sure we expand task params, or maybe just in runtime? Can't remember. Good to raise awareness of the config log directory, explain the file numbers and names and why they are useful.

Originally posted by @oliver-sanders in https://github.com/cylc/cylc-doc/issues/638#issuecomment-1917002107