You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
Jansi : 1.X and 2.X
dd-java-agent : 1.24.2
Yours faithfully,
LCDP
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: