mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #557] FR: How to pring to logs without colorized ANSI escape sequences #452
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#452
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HectorB-2020 on GitHub (Mar 21, 2024).
Original GitHub issue: https://github.com/snail007/goproxy/issues/557
Expected Behavior
There should be a command line parameter that that prevents printing colorized ANSI escape sequences to logs
Current Behavior
Currently the program sends ANSI escape sequences to logs even if Windows terminal does not support this
Possible Solution
A CLI parameter like
proxy.exe --logs-no-color.Steps to Reproduce
Context (Environment)
@snail007 commented on GitHub (Mar 22, 2024):
use the latest version, color text is disabled in windows.
@HectorB-2020 commented on GitHub (Mar 23, 2024):
Indeed! Thanks very much!