Skip to content

Commit 9384a22

Browse files
changes: document default log file change
1 parent f86524c commit 9384a22

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/reference/changes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,23 @@ tab, the layout would be lost.
148148
With Cylc 8.5, the layout will always be restored.
149149

150150

151+
GUI Log View
152+
^^^^^^^^^^^^^
153+
154+
The GUI now picks the default job log file to display based on the task state:
155+
156+
* failed -> ``job.err``
157+
* submit-failed -> ``job-activity.log``
158+
* otherwise -> ``job.out``
159+
160+
This speeds up the loading of the log file because the GUI doesn't have to
161+
wait for a listing of available log files before picking one to view.
162+
163+
Additionally, the log view now has an auto scroll feature which follows the
164+
end of the file (useful for viewing the file whilst it is being written), and
165+
a scroll-to-top button.
166+
167+
151168
Cylc Tui
152169
^^^^^^^^
153170

0 commit comments

Comments
 (0)