Hi guys,
some years ago I have found an AWS CloudWatch issue with truncating logs if the a logger uses a standard \n character.
Some discussions and related issues:
There is a small fix for AWS Lambdas: use \r instead of \n.
How about to add this feature to SimpleLogger: write to an output stream logging message + configurable ending?
Hi guys,
some years ago I have found an AWS CloudWatch issue with truncating logs if the a logger uses a standard
\ncharacter.Some discussions and related issues:
There is a small fix for AWS Lambdas: use
\rinstead of\n.How about to add this feature to SimpleLogger: write to an output stream logging message + configurable ending?