tslog
tslog copied to clipboard
Can "pretty" mode still display the json message on 1 line
I have an issue while running tslog within aws SAM. I am getting this kind of squashed output:

While running it outside of SAM I am getting a very wide display

Is it possible to configure the pretty formatting to format the json on 1 line while keeping the coloring?
NOTE: I am passing JSON object to logger.info (example logger.info({message: "test"}))