juno
juno copied to clipboard
User interface improvements

Make the following improvements to the user interface (see screenshot above).
- [ ] Include the RPC listening address in the log e.g.
http://localhost:8080/rpc. - [x] The log timestamps should show the user's local time as an ISO8601 formatted string (see the Go standard library's
time.RFC3339constant) instead of UTC time. Addressed in #387. - [ ] Omit file names and line numbers.
- [ ] Relegate state diff collection and block synchronisation logs to
DEBUG. The most important piece of information is probably the "Updated block info" which should stay atINFO.
I think omitting file names and line numbers should only be done for Info messages. Any other message type should still include that information for debugging purposes.