We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
log files show lines like:
10:18:03.665 info: �[2m - Requesting next batch (currently 250 records)�[0m
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)
No response
5.1.0
The text was updated successfully, but these errors were encountered:
#1043: strip color codes from log files
1105608
#1043: improve CLI logs
1767d48
#1043: make code slightly safer
28902f3
Closed by #1044.
Sorry, something went wrong.
JoernBerkefeld
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
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
Additional comments
No response
The text was updated successfully, but these errors were encountered: