How to check robosignatory production logs

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-02-26 20:35:04 +01:00
parent b6c23d6c91
commit 5c8d3f469d

View file

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