CirclesUBI / circles-mobile

Circles react-native mobile client
GNU Affero General Public License v3.0
7 stars 2 forks source link

[Chore] Introduce new log level for debugging #88

Closed adzialocha closed 5 years ago

adzialocha commented 5 years ago

Currently we run into issues setting the log level to debug in the mobile app as we receive too many redux log messages.

We want to introduce a new log level debug which:

With this we can also remove all native console.log loggings.

https://app.clickup.com/t/16kg4x

adzialocha commented 5 years ago

This PR runs against https://github.com/CirclesUBI/circles-mobile/tree/circlestoken-fixes (instead of dev branch) to not mess things up for now