juno icon indicating copy to clipboard operation
juno copied to clipboard

User interface improvements

Open tshakalekholoane opened this issue 3 years ago • 1 comments

Juno Screenshot

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.RFC3339 constant) 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 at INFO.

tshakalekholoane avatar Aug 23 '22 15:08 tshakalekholoane

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.

IronGauntlets avatar Aug 23 '22 16:08 IronGauntlets