Skip to content

Commit 9f57e20

Browse files
theVedantaSeanCassiere
authored andcommitted
Add todo comments on the removal of coordinator.logger
1 parent 155f25e commit 9f57e20

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/api/core/coordinator.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Get the default global coordinator instance.
1717

1818
Create a new Mosaic Coordinator to manage all database communication for clients and handle selection updates. Accepts a database _connector_ and an _options_ object:
1919

20-
* _logger_: The logger to use, defaults to `console`.
21-
* _cache_: Boolean flag to enable/disable query caching (default `true`).
22-
* _consolidate_ Boolean flag to enable/disable query consolidation (default `true`).
23-
* _preagg_: Pre-aggregation options object. The _enabled_ flag (default `true`) determines if pre-aggregation optimizations should be used when possible. The _schema_ option (default `'mosaic'`) indicates the database schema in which materialized view tables should be created for pre-aggregated data.
20+
- _logger_: The logger to use, defaults to `console`.
21+
- _cache_: Boolean flag to enable/disable query caching (default `true`).
22+
- _consolidate_ Boolean flag to enable/disable query consolidation (default `true`).
23+
- _preagg_: Pre-aggregation options object. The _enabled_ flag (default `true`) determines if pre-aggregation optimizations should be used when possible. The _schema_ option (default `'mosaic'`) indicates the database schema in which materialized view tables should be created for pre-aggregated data.
2424

2525
## databaseConnector
2626

@@ -46,6 +46,8 @@ Disconnect the [_client_](./client) from the coordinator and remove all update h
4646

4747
`coordinator.logger(logger)`
4848

49+
<!-- TODO: Discuss what happens here -->
50+
4951
Get or set the coordinator's logger.
5052
The logger defaults to the standard JavaScript `console`.
5153
A logger instance must support `log`, `info`, `warn`, and `error` methods.

0 commit comments

Comments
 (0)