mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Don't log http request to benchmark views api
This commit is contained in:
parent
de862fd0e7
commit
0f21769205
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ async function prepare () {
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
log: {
|
log: {
|
||||||
level: 'info'
|
level: 'info',
|
||||||
|
log_http_requests: false
|
||||||
},
|
},
|
||||||
rates_limit: {
|
rates_limit: {
|
||||||
api: {
|
api: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue