Don't log http request to benchmark views api
This commit is contained in:
parent
de862fd0e7
commit
0f21769205
|
@ -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…
Reference in New Issue