Skip to content

Commit 22adb55

Browse files
oliver-sanderswxtim
andcommitted
Update src/user-guide/running-workflows/scheduler-log-files.rst
Co-authored-by: Tim Pillinger <[email protected]>
1 parent dbf0933 commit 22adb55

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/dictionaries/words

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,13 @@ templating
198198
th
199199
timeout
200200
timeouts
201+
timestamp
201202
timestep
202203
timezone
203204
timezones
204205
tuple
205206
uiserver
207+
unparsed
206208
unpaused
207209
unpausing
208210
untracked

src/user-guide/running-workflows/scheduler-log-files.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
Workflow Logs
55
=============
66

7-
Cylc produces a number of log files which record information about the
8-
wortkflow, how it was installed, what tasks have run, their outcomes and more.
7+
Cylc produces log files which record information about how the workflow was
8+
installed, configured when started or changed, and about tasks that have run
9+
and their outcomes.
910

1011

1112
Log Files
@@ -36,7 +37,7 @@ Cylc log files are located in the workflow :term:`run directory`.
3637

3738
.. describe:: log/config/flow-processed.cylc
3839

39-
The un-parsed contents of the ``flow.cylc`` (or ``suite.rc``) file that
40+
The unparsed contents of the ``flow.cylc`` (or ``suite.rc``) file that
4041
the workflow was most recently started or restarted from. This file has
4142
not been parsed by Cylc so is still in the definition order, however,
4243
Jinja2 process has been performed making it useful for debugging Jinja2
@@ -92,7 +93,7 @@ Cylc log files are located in the workflow :term:`run directory`.
9293
``type``
9394
Is either ``start``, ``restart`` or ``reload``.
9495
``file_number``
95-
Is initally ``1``, if the log file exceeds the `maximum size in bytes`,
96+
Is initially ``1``, if the log file exceeds the `maximum size in bytes`,
9697
it will "roll over" into a new log file and this number will increment.
9798
If the number of "roll over" log files exceeds the
9899
`rolling archive length`, then Cylc will remove an old log file before

0 commit comments

Comments
 (0)