Hi team! I'm having a problem sending log from my ...
# support
j
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
@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
j
@Chenna I added this configuration you mentioned but the problem remains. Other question, has any config to integrate Serilog with SigNoz ?