iilyak commented on code in PR #4483:
URL: https://github.com/apache/couchdb/pull/4483#discussion_r1143263766
##########
src/mango/src/mango_execution_stats.erl:
##########
@@ -35,6 +37,15 @@ to_json(Stats) ->
{execution_time_ms, Stats#execution_stats.executionTimeMs}
]}.
+to_map(Stats) ->
Review Comment:
The names of the fields are quite long. On the other hand they are crystal
clear and it would be easy to read the logs and analyze the logs.
I don't have any opinion. Therefore, I would just state the fact.
The current choice of names takes up at least 248 bytes in the log message
(including date).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]