Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Application logstreams incorrectly render unicode characters in the log. #4807

Closed
2 of 9 tasks
tealeg opened this issue Nov 26, 2020 · 0 comments · Fixed by #4808
Closed
2 of 9 tasks

Application logstreams incorrectly render unicode characters in the log. #4807

tealeg opened this issue Nov 26, 2020 · 0 comments · Fixed by #4808
Milestone

Comments

@tealeg
Copy link
Contributor

tealeg commented Nov 26, 2020

Stratos Version

Version 4.3.0 and earlier.

Frontend Deployment type

  • Cloud Foundry Application (cf push)
  • Kubernetes, using a helm chart
  • Docker, single container deploying all components
  • npm run start
  • Other (please specify below)

Backend (Jet Stream) Deployment type

  • Cloud Foundry Application (cf push)
  • Kubernetes, using a helm chart
  • Docker, single container deploying all components
  • Other (please specify below)

Expected behaviour

Logstream component renders unicode characters correctly.

Actual behaviour

Logstream component renders unicode characters as two characters because it uses atob without further decoding.

Steps to reproduce the behavior

Deploy an application that emits logs with unicode characters in them, view these logs on the applications logstream.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants