summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-06-25 19:57:52 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-06-29 16:26:58 -0300
commitfc65820f9e9a9a39434bbef3f5e9251436d9b458 (patch)
treea47739b2bcf4948f6dce7c8f8718aff29ef6b6f8 /changes
parente7bda574b308c08dc5a61941b850442c43a17bd4 (diff)
[bug] log contains exported PGP private key
Due to #7139 (the logbook log centralizer) logs from 3rd party libs are included in the centralized logs with lots of debug information and we don't want that. We use the existing silencer to exclude logs that are not from leap modules. - Resolves: #7185
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-7185_log-contains-exported-pgp-private-key1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-7185_log-contains-exported-pgp-private-key b/changes/bug-7185_log-contains-exported-pgp-private-key
new file mode 100644
index 00000000..1515cc3a
--- /dev/null
+++ b/changes/bug-7185_log-contains-exported-pgp-private-key
@@ -0,0 +1 @@
+- Log contains exported PGP Private Key. Closes bug #7185.