summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-18 15:21:45 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-18 15:21:45 +0200
commit89dcb7be26d3f98fda9f55fc021da870fbf6d9bc (patch)
treec0ea8729a85797c35de2ab106e04d6426febce9a
parent3f3f721f559e155e34f0e1a8858639c24a9b44ef (diff)
downloadgemato-89dcb7be26d3f98fda9f55fc021da870fbf6d9bc.tar.gz
openpgp: Reduce gpg debug options for gpg1.x compat
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--gemato/openpgp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gemato/openpgp.py b/gemato/openpgp.py
index 7e5ec1d..7f7ecd8 100644
--- a/gemato/openpgp.py
+++ b/gemato/openpgp.py
@@ -212,8 +212,6 @@ debug-all
trust-model always
# enable debugging, in case we needed it
-log-file {debug_file}
-debug-level guru
debug-all
'''.format(debug_file=os.path.join(self._home, 'gpg.log')))
with open(os.path.join(self._home, 'gpg-agent.conf'), 'w') as f: