mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 00:44:18 +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
|
||||
logger.log
|
||||
query: db_command.query
|
||||
type: type
|
||||
query_type: type
|
||||
collection: collection
|
||||
"response-time": new Date() - start
|
||||
"mongo request"
|
||||
|
|
Loading…
Reference in a new issue