mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add ability to disable HTTP logs
This commit is contained in:
parent
edc3ff6085
commit
90db2b3aed
5 changed files with 36 additions and 23 deletions
|
@ -220,6 +220,7 @@ const CONFIG = {
|
|||
ANONYMIZE_IP: config.get<boolean>('log.anonymize_ip'),
|
||||
LOG_PING_REQUESTS: config.get<boolean>('log.log_ping_requests'),
|
||||
LOG_TRACKER_UNKNOWN_INFOHASH: config.get<boolean>('log.log_tracker_unknown_infohash'),
|
||||
LOG_HTTP_REQUESTS: config.get<boolean>('log.log_http_requests'),
|
||||
PRETTIFY_SQL: config.get<boolean>('log.prettify_sql'),
|
||||
ACCEPT_CLIENT_LOG: config.get<boolean>('log.accept_client_log')
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue