Skip to content

Commit ffad112

Browse files
committed
cat-log: include version control info
- Allow `--file v` for the `log/version/vcs.json` file - Include `log/version` in list-dir mode
1 parent 487cf11 commit ffad112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cylc/flow/scripts/cat_log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
),
107107
'i': ('install log', r'install/*-*install.log'),
108108
's': ('scheduler log', r'scheduler/*-*start*.log'),
109+
'v': ('version control info (JSON)', r'version/*'),
109110
}
110111

111112

0 commit comments

Comments
 (0)