mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3178] log_file on windows : backslash issue #2548
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#2548
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 @shabakett on GitHub (Nov 21, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3178
Bug Description
log_file = D:\log.txtshowslogs.BeeLogger.SetLogger: invalid character 'l' in string escape codelog_file = D:/log.txtworks wellfrpc Version
0.45.0
frps Version
0.45.0
System Architecture
windows/amd64
@Becods commented on GitHub (Nov 21, 2022):
\is an escape character.Please replace it with
/.@shabakett commented on GitHub (Nov 21, 2022):
but
\in windows is the path separator also and it is easier to copy a path then paste it in frpc.ini@github-actions[bot] commented on GitHub (Dec 23, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.