mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 15:13:27 +00:00
changed type to query_type as it conflicts with logstash
This commit is contained in:
parent
1dea55d8f2
commit
c8fae26995
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports =
|
||||||
time = new Date() - start
|
time = new Date() - start
|
||||||
logger.log
|
logger.log
|
||||||
query: db_command.query
|
query: db_command.query
|
||||||
type: type
|
query_type: type
|
||||||
collection: collection
|
collection: collection
|
||||||
"response-time": new Date() - start
|
"response-time": new Date() - start
|
||||||
"mongo request"
|
"mongo request"
|
||||||
|
|
Loading…
Reference in a new issue