This message was deleted.
# support
s
This message was deleted.
a
@Jose Almir If you can check the encoding of the data that is being written by your programme i think the signoz team can you in a better way.
c
@Jose Almir this happens where we print colour coded logs, would suggest you to update
appsettings.json
with
Copy code
{
  "Logging": {
    "Console": {
      "DisableColors": true
    }
  }
}
or env var as
Logging__Console__DisableColors=true
🙌 3
j
@Chenna I added this configuration you mentioned but the problem remains. Other question, has any config to integrate Serilog with SigNoz ?