1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00
overleaf-toolkit/bin
Eric Mc Sween 2a562c1a72 Show container logs via bin/logs
Most of our service logs are found inside the sharelatex container in
/var/sharelatex/logs, but some service logs (for mongo, redis,
git-bridge) are found in the container logs. The bin/logs script can now
show both types of logs.

In addition, the -n option, which controls how many lines of logs are
output now accepts the string "all" to make it easy to show all
available logs for a given service.

This is meant to be used to easily extract logs with:

    bin/logs -n all service > service.log
2023-05-12 08:02:02 -04:00
..
dev Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
backup-config Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
docker-compose Show container logs via bin/logs 2023-05-12 08:02:02 -04:00
doctor Ensure git bridge is disabled by default 2023-04-12 16:08:52 -04:00
error-logs Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
images Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
init Add -subj option to openssl req command 2023-04-13 07:59:07 +01:00
logs Show container logs via bin/logs 2023-05-12 08:02:02 -04:00
mongo Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
shell Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
start Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
stop Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
up Start Mongo in a replica set by default 2023-04-28 08:26:17 -04:00
upgrade Improve messaging on upgrade scripts 2022-09-22 12:13:39 +02:00