diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-30 09:13:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-30 09:13:11 +0200 |
commit | a4152bed14427ef91f69e11d1a2cd9745aa74408 (patch) | |
tree | 48641df5833148fc618389d237b6c6f45cfa03a8 /config/default.yaml | |
parent | 090d100cc370900a032f7379fd1287da91fa1992 (diff) | |
download | PeerTube-a4152bed14427ef91f69e11d1a2cd9745aa74408.tar.gz PeerTube-a4152bed14427ef91f69e11d1a2cd9745aa74408.tar.zst PeerTube-a4152bed14427ef91f69e11d1a2cd9745aa74408.zip |
Add ability to disable unknown infohash log
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index f7c9b620c..8e5d13355 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -174,6 +174,7 @@ log: | |||
174 | max_files: 20 | 174 | max_files: 20 |
175 | anonymize_ip: false | 175 | anonymize_ip: false |
176 | log_ping_requests: true | 176 | log_ping_requests: true |
177 | log_tracker_unknown_infohash: true | ||
177 | prettify_sql: false | 178 | prettify_sql: false |
178 | 179 | ||
179 | trending: | 180 | trending: |