-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chill the logs out! #161
chill the logs out! #161
Conversation
- install and integrated winston logging library into cli - allowing us to be able to log any and everything to the respective files saved in the ~/path/to/syslogs/entropy-cryptography/entropy-cli.*.log - included example use of new logger in the tui flow for balance
Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
@mixmix you think we need a migration to update how we are setting the config through config.set? I believe if we update stringification there we should be able to get away from needing a migration because of how we are subscribing to updates. The data gets refreshed everytime, so it should get fixed once the method is updated with your new replacer method |
I'm worried it is desrializing wrong. Frankie said it's likely only working cos we use the seed not the secretKey. |
well that PR collapsed down nice! |
@rh0delta GO TO BED ❤️ 💤 |
This PR was made to try and fix the logging noise made by Uint8Arrays, but there is still problem upstream:
#160