From 5c8d3f469debcd35fc71677a4468e529d9e9f5cd Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Wed, 26 Feb 2020 20:35:04 +0100 Subject: [PATCH] How to check robosignatory production logs Signed-off-by: Clement Verna --- check_robosignatory_production_logs.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 check_robosignatory_production_logs.md diff --git a/check_robosignatory_production_logs.md b/check_robosignatory_production_logs.md new file mode 100644 index 0000000..9a97c71 --- /dev/null +++ b/check_robosignatory_production_logs.md @@ -0,0 +1,10 @@ +# How to check robosignatory productions logs + +robosignatory in production does not have ssh enabled so we cannot connect to the box to +check the logs. +However we can use log1.phx.fedoraproject.org to check the logs of the service. + +``` +$ ssh log01.phx2.fedoraproject.org +$ grep autosign01.phx2.fedoraproject.org /var/log/merged/messages.log +```