fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.1k stars 139 forks source link

No logs received on Datadog when running on AWS Fargate #287

Open AntoineDuComptoirDesPharmacies opened 2 months ago

AntoineDuComptoirDesPharmacies commented 2 months ago

We do not know if it is a normal behavior but when we active Jansi on our project running on AWS Fargate using the withJansi logback flag (See : https://logback.qos.ch/manual/layouts.html#coloring), we do not receive any logs to our datadog panel, when collecting logs using dd-java-agent.

If we do not put the withJansi flag, then logs are received correctly.

Note that we are trying to put this flag in order to remove ANSI escape code for colored level in datadog.

Versions :

Yours faithfully, LCDP