rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

implement setLogLevel #273

Closed phritz closed 3 years ago

phritz commented 3 years ago

@arv can you wire up the js side of this?

progress towards #272 closes #243

aboodman commented 3 years ago

@arv I think that the API should be expressed as a static on Replicache or a free function since it's not specific to an instance of Replicache.

aboodman commented 3 years ago

Also maybe we should call it setRepcLogLevel or some such since it doesn't affect the log level of the bindings. (And I don't really think we should make it affect the log level of the bindings, since it's pretty nice to just let the UI in the web console do that).