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
ask to select logging level dynamically (low prio, you can filter out in lobby imho)
add option to log as JSON.
For logging as JSON, I have one problem that I've not figure out yet: internationalization of messages. Do we need to do that? Maybe the messages somehow should be more structured so that lobby can translate? Or we assume that all errors, including retry messages it's fine to present in English?
Fine for messages to be in english as it's only a CLI tool and nothing we expect players to use themselves. As for BAR Lobby, anything prd does will be parsed and presented to the end user in a nice way and raw messages won't ever be shown as-is.
This will make it easier for the lobby to parse info from prd. Ideally, each object would follow a standard format, such as:
->
->
There's also lot of guff in the current stdout that isn't useful for end users, would be preferable to hide that behind a
--verbose
flag.The text was updated successfully, but these errors were encountered: