rocicorp / repc

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

log level should be configurable #184

Closed phritz closed 4 years ago

phritz commented 4 years ago

Right now it is hardcoded: https://github.com/rocicorp/repc/blob/c005fef8d2a8addf57664c00370be356bc369389/src/wasm.rs#L35

Also we should probably add a little layer above log:: that respects a dynamically set log level so we can for example set it programmatically while running tests.