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.
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 usingdd-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