Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hilary James Oliver <[email protected]>
  • Loading branch information
wxtim and hjoliver authored Nov 19, 2021
1 parent c7ddb6d commit 8d39032
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/user-guide/running-workflows/running-workflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,18 +180,14 @@ Configuration Logs
At startup a folder ``log/flow-config`` is created to record the workflow configuration,
with all templating expanded:

- ``flow-processed.cylc`` - A record of the current workflow configuration
with templating expanded, but without being fully parsed: Duplicate sections
will not be merged.
- ``<datetime-stamp>-<start/restart/reload>`` - A record of the config at
the time a workflow was started, restarted or reloaded, parsed by Cylc:
Duplicate sections will be merged.
- ``flow-processed.cylc`` - the current workflow configuration
with templating expanded, and duplicate sections unmerged.
- ``<datetime-stamp>-<start/restart/reload>`` - the config at each time the workflow
was started, restarted, or reloaded; with duplicate sections merged.

.. note::

These are particularly useful files to look at if you are working with a
workflow definition containing many template variables as these are filled
in these files.
Look at these files to see the result of templating in the workflow config.


.. _The Workflow Contact File:
Expand Down

0 comments on commit 8d39032

Please sign in to comment.