copr: make signd log into a file

This will log what keys were accessed via `sign` command and from what
IP address.
This commit is contained in:
Jakub Kadlcik 2022-07-18 11:22:05 +02:00
parent e7daae10f7
commit 28300df291

View file

@ -2,3 +2,4 @@
allow: {{ copr_backend_ips|join(' ') }}
phrases: /var/lib/copr-keygen/phrases
gpg: /bin/gpg_copr.sh
logfile: /var/log/copr-keygen/signd.log