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

[BUG] log files include custom color codes #1043

Closed
2 tasks done
JoernBerkefeld opened this issue Jul 24, 2023 · 1 comment · Fixed by #1044 or #1023
Closed
2 tasks done

[BUG] log files include custom color codes #1043

JoernBerkefeld opened this issue Jul 24, 2023 · 1 comment · Fixed by #1044 or #1023
Assignees
Labels
bug Something isn't working e/GUI EPIC
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

log files show lines like:

10:18:03.665 info: �[2m - Requesting next batch (currently 250 records)�[0m

Expected Behavior

log files should not include color codes. the above line should look like this:

10:18:03.665 info: - Requesting next batch (currently 250 records)

Steps To Reproduce

No response

Version

5.1.0

Environment

No response

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

No response

@JoernBerkefeld JoernBerkefeld added bug Something isn't working NEW not yet analyzed new issues get this label labels Jul 24, 2023
@JoernBerkefeld JoernBerkefeld self-assigned this Jul 24, 2023
@JoernBerkefeld JoernBerkefeld added e/GUI EPIC and removed NEW not yet analyzed new issues get this label labels Jul 24, 2023
@JoernBerkefeld JoernBerkefeld added this to the 5.2.0 milestone Jul 24, 2023
JoernBerkefeld added a commit that referenced this issue Jul 24, 2023
@JoernBerkefeld JoernBerkefeld linked a pull request Jul 24, 2023 that will close this issue
4 tasks
@github-actions
Copy link

Closed by #1044.

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