https://signoz.io logo
#support
Title
# support
j

Jose Almir

11/12/2022, 4:16 PM
Hi team! I'm having a problem sending log from my application to SigNoz, signoz received my logs but the information is not readable. Can someone help me ?
a

Apoorva

11/12/2022, 9:36 PM
@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

Chenna

11/13/2022, 3:20 AM
@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
j

Jose Almir

11/14/2022, 12:07 PM
@Chenna I added this configuration you mentioned but the problem remains. Other question, has any config to integrate Serilog with SigNoz ?