mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4534] windows控制台回显乱码 #3581
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3581
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 @alomoi on GitHub (Nov 14, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4534
Bug Description
程序在windows控制台中的回显中有类似乱码的字符,新版本c端s端均有此问题。旧版本0.54.0以前则正常。


frpc Version
0.61.0
frps Version
0.61.0
System Architecture
windows/amd64
Configurations
bindPort = 7000
auth.token = "xxxxx"
Logs
No response
Steps to reproduce
Affected area
@superzjg commented on GitHub (Nov 15, 2024):
看上去是颜色标记,尝试配置:
log.to = "console"
log.disablePrintColor = true
@alomoi commented on GitHub (Nov 19, 2024):
log.disablePrintColor = true 禁用掉颜色就ok了,感谢