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"}))
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
(examplelogger.info({message: "test"})
)