Open joaoluchetti opened 1 year ago
How to solve this problem?
How to solve this problem?
I have same issue. Try swith "Prettry JSON" to ON to display utf-8 symbols instead \u
Same issue, I have some checkmarks in my log output (✅︎), for quick visual checks, but they render as unicode blocks.
Also tried Pretty JSON option, but that did not affect it.
When I locally cat my log file, these checkmarks do appear.
Describe the bug Recently while exploring logs on Loki we observed issues with utf-8 characters, for example:
"message":"Verificando hist\u00f3rico de assinaturas"
This makes it difficult to search entries that contain characters like "á, ó, ú, é" and others.
Is there anyway to solve this problem with promtail or Loki configuration?
To Reproduce Steps to reproduce the behavior:
Expected behavior We expected to get the output logs as they are, instead we are getting logs with unicode encoding values.
Expected:
"message":"Verificando **histórico** de assinaturas"
Loki Output:
"message":"Verificando **hist\u00f3rico** de assinaturas"
Screenshots