File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,23 @@ tab, the layout would be lost.
148
148
With Cylc 8.5, the layout will always be restored.
149
149
150
150
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
+
151
168
Cylc Tui
152
169
^^^^^^^^
153
170
You can’t perform that action at this time.
0 commit comments