beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
3 stars 0 forks source link

USAM - better logs from CLI #3441

Open gabrielbeamable opened 1 month ago

gabrielbeamable commented 1 month ago

Errors, warnings and info are all logged the same in a json format in the Unity console. This makes it difficult to find errors if you are not expecting them. Another thing that bothers me a bit is that some data that comes from the CLI in json format, we print it out each line as a different log in the console, which spams a lot of stuff if you have SPEW_CLI turned on.

I would:

This is how a log looks like from the CLI in Unity console: (the one highlighted is an error)

Image

cdhanna commented 1 month ago