1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Merge pull request #194 from overleaf/jpa-project-history-logs

Add full project history services to bin scripts
This commit is contained in:
Jakob Ackermann 2023-10-24 16:20:39 +02:00 committed by GitHub
commit fa219a3412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -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`.

View file

@ -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"

View file

@ -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