From 0aa004609f35c5a62d3eba488f8885d13ea2a67d Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 20 Feb 2020 22:43:52 +0100
Subject: [PATCH] Anonymize IP in PeerTube logs.

---
 buster/other_files/peertube_production.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buster/other_files/peertube_production.yaml b/buster/other_files/peertube_production.yaml
index 4ad39d8..3b39349 100644
--- a/buster/other_files/peertube_production.yaml
+++ b/buster/other_files/peertube_production.yaml
@@ -89,7 +89,7 @@ log:
     enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate
     maxFileSize: 12MB
     maxFiles: 20
-  anonymizeIP: false
+  anonymizeIP: true
 
 search:
   # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance
-- 
2.30.2