You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up a pretty standard react-native-logs configuration for my React Native app. I am using mapConsoleTransport, so that the corresponding console method for the log levels is called and the log level is color-coded in the Metro console.
I have set up a pretty standard react-native-logs configuration for my React Native app. I am using
mapConsoleTransport
, so that the correspondingconsole
method for the log levels is called and the log level is color-coded in the Metro console.Unfortunately, my console is cluttered with junk, so that the significant logs are hard to find:
This doesn't happen if I remove the
mapConsoleTransport
, nor when I just useconsole.log
.It seems that these are component trees of the components in which the logs were added and they lack proper formatting. How can I remove them?
I could not find a lot information on this issue, so this seems to be a rare case; which is strange regarding that my config is pretty standard.
The text was updated successfully, but these errors were encountered: