1
0
Fork 0

Don't log http request to benchmark views api

This commit is contained in:
Chocobozzz 2023-10-26 12:30:34 +02:00
parent de862fd0e7
commit 0f21769205
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ async function prepare () {
const config = {
log: {
level: 'info'
level: 'info',
log_http_requests: false
},
rates_limit: {
api: {