Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants