mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1576] Sync logger with upstream #1250
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#1250
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 @Peter2121 on GitHub (Dec 23, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1576
The logger, used in frps was not updated with the upstream https://github.com/astaxie/beego/logs for a while. In the meantime, several new loggers were added upstream (especially ElasticSearch).
Please, update the logger so it would be possible to send frps logs to all loggers, supported in
astaxie/beego/logs@fatedier commented on GitHub (Jan 5, 2020):
It's not stable and maybe import more bugs. I prefer not to change the log module.
If you want to send logs to ElasticSearch, try filebeat. Include it in log module is not suitable.