We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de68334 commit 7388ffbCopy full SHA for 7388ffb
README.md
@@ -88,7 +88,7 @@ logger.info('hello', {id: 1})
88
logger.info('hello', {id: 'ID-1'})
89
// using a different type, OK no type conflict for the field 'id' in Elasticsearch//Sematext Cloud
90
// because we use a different type in the Elasticsearch//Sematext Cloud index
91
-logger.info('hello', {type: 'my_type_with_string_ids',{id: 'ID-1'})
+logger.info('hello', {type: 'my_type_with_string_ids',{id: 'ID-1'}})
92
```
93
94
## Security
0 commit comments