status-react/modules/react-native-status/nodejs
Icaro Motta 01a503f3bf
Log signals from the Clojure layer instead of native code (#19683)
We log the entire signal data when it arrives from status-go in the native
layer, where our Clojure logging mechanism is unavailable. Sometimes, the
developer may not want that much noise during development, e.g. when managing
integration or contract tests.

This commit removes the native calls to log signals and adds a timbre
(log/debug ...) call in the event handler :signals/signal-received. We know
timbre will elide log calls at compile time given the minimum log level set,
therefore, we don't need to worry about performance because we will log signals
at the debug level only.
2024-04-23 09:53:07 -03:00
..
bindings.js Update prettier config for the project. (#16303) 2023-06-19 19:09:12 +05:30
status.cpp Log signals from the Clojure layer instead of native code (#19683) 2024-04-23 09:53:07 -03:00