From 893c0d13f3ea06babd1cbbce9f4745921c3c2ab7 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Fri, 13 Dec 2024 10:22:09 +0100 Subject: [PATCH] Add more help entries for logging --- Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Readme.md b/Readme.md index e35cc3cd..791be08c 100644 --- a/Readme.md +++ b/Readme.md @@ -105,6 +105,9 @@ a list of common `journalctl` commands. - Viewing digitransit-ui logs: `journalctl CONTAINER_NAME=digitransit-ui-hbnext` - Viewing opentripplanner logs: `journalctl CONTAINER_NAME=opentripplanner` - Viewing graph-build logs: `journalctl -u graph-build` +- Viewing POI import logs: `journalctl -u poi-import` +- Viewing weather stations import logs: `journalctl -u import-weather-stations` +- Viewing vehicle position forwarder logs: `journalctl -u gtfsrt2mqtt` **Triggering a rebuild of the OTP graph**