From 57aac1e29aefbbeec56445f35a617c953af51685 Mon Sep 17 00:00:00 2001 From: arrell_c Date: Wed, 20 Mar 2024 11:00:25 +0100 Subject: [PATCH] Update Web app general --- Web-app-general.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Web-app-general.md b/Web-app-general.md index 643485d..cee29a6 100644 --- a/Web-app-general.md +++ b/Web-app-general.md @@ -12,4 +12,12 @@ To push a release to the main server 1. python make_release.py 1. git push origin main --tags -The release status can be checked via gitlab CI/CD pipelines \ No newline at end of file +The release status can be checked via gitlab CI/CD pipelines + +### Server logs + +When on either sf-phmon-01 or sf-phmon-02 use the following: + +`sudo journalctl -u photodiag- -e ` + +use either `test` or `prod` \ No newline at end of file