From f271787d3f19f95e675eb7098315983e2b7f6a16 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Tue, 24 Oct 2023 12:28:14 +0100 Subject: [PATCH] Add full project history services to bin scripts --- CHANGELOG.md | 4 ++++ bin/error-logs | 2 +- bin/logs | 5 +++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c25ff..cb32bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2023-10-24 +### Added +- `bin/logs`: Pick up logs from history-v1 and project-history + ## 2023-10-06 ### Added - Updated default [`version`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/version) to `4.1.3`. diff --git a/bin/error-logs b/bin/error-logs index 7584024..662dcaf 100755 --- a/bin/error-logs +++ b/bin/error-logs @@ -20,7 +20,7 @@ function usage() { echo "" echo "Services: chat, clsi, contacts, docstore, document-updater," echo " filestore, notifications, real-time, spelling," - echo " tags, track-changes, web" + echo " tags, track-changes, web, project-history, history-v1" echo "" echo "Options:" echo " -f follow log output" diff --git a/bin/logs b/bin/logs index 5a1c5eb..6e96544 100755 --- a/bin/logs +++ b/bin/logs @@ -17,7 +17,8 @@ fi DEFAULT_TAIL_LINES=20 ALL_SERVICES=(chat clsi contacts docstore document-updater filestore git-bridge \ - mongo notifications real-time redis spelling tags track-changes web) + mongo notifications real-time redis spelling tags track-changes web \ + history-v1 project-history) LOGS_PID_FILE="/tmp/toolkit-logs.$$.pid" @@ -26,7 +27,7 @@ function usage() { Services: chat, clsi, contacts, docstore, document-updater, filestore, git-bridge, mongo, notifications, real-time, redis, spelling, - tags, track-changes, web + tags, track-changes, web, history-v1, project-history Options: -f follow log output