README.md in semantic_logger-0.0.2 vs README.md in semantic_logger-0.1.0
- old
+ new
@@ -37,10 +37,10 @@
:action => "query")
Using this semantic example, a machine can easily find all queries for table
'users' that took longer than 100 ms.
- db.logs.find({"data.table":"users", "data.action":"query"})
+ db.logs.find({"metadata.table":"users", "metadata.action":"query"})
Since SemanticLogger can call existing Loggers, it does not force end-users
to have to adopt a Semantic aware adapter. Although, such adapters create
tremendous value in the problem monitoring and determination processes.