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 +```