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

[TASK] strip colors from log output for vscode extension #1041

Closed
JoernBerkefeld opened this issue Jul 19, 2023 · 1 comment · Fixed by #1042 or #1023
Closed

[TASK] strip colors from log output for vscode extension #1041

JoernBerkefeld opened this issue Jul 19, 2023 · 1 comment · Fixed by #1042 or #1023
Assignees
Labels
chore Jira issue-type "Task" e/GUI EPIC
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

potential solution: https://stackoverflow.com/a/65465998/818732

format: winston.format.combine(
     winston.format.uncolorize()
     ...
@github-actions
Copy link

Closed by #1042.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment