Skip to content

Remove ANSI Sequences from cluster_stdout/cluster_stderr #1496

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

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

axif0
Copy link
Contributor

@axif0 axif0 commented Apr 4, 2025

Remove ANSI sequences from cluster task stdout and stderr outputs for cleaner logging

Using regex, /\e\[[0-9;]*[a-zA-Z]/ ANSI escape sequences that control color \e[31m, underline \e[4m , bold \e[1m, background color \e[41m .

Related Issue:
#849

CC: @prioux

@axif0
Copy link
Contributor Author

axif0 commented Apr 4, 2025

I don't find new task option in frontend. So that I can actually try with colored/styled output as admin userType.

image

@prioux
Copy link
Member

prioux commented Apr 4, 2025

Yep, that's pretty straightforward. Will merge next week.

@prioux prioux merged commit 00076c8 into aces:master Apr 7, 2025
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 this pull request may close these issues.

2 participants