mirror of https://github.com/Chocobozzz/PeerTube
Don't log http request to benchmark views api
parent
de862fd0e7
commit
0f21769205
|
@ -31,7 +31,8 @@ async function prepare () {
|
|||
|
||||
const config = {
|
||||
log: {
|
||||
level: 'info'
|
||||
level: 'info',
|
||||
log_http_requests: false
|
||||
},
|
||||
rates_limit: {
|
||||
api: {
|
||||
|
|
Loading…
Reference in New Issue