在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Meituan-Dianping/Logan开源软件地址(OpenSource Url):https://github.com/Meituan-Dianping/Logan开源编程语言(OpenSource Language):C 80.9%开源软件介绍(OpenSource Introduction):LoganOverviewLogan is a log platform with ability to collect、store、upload and analyze front-end logs. We provide five components, including iOS SDK, Android SDK, Web SDK, analysis services Server SDK and LoganSite. In addition, we also provide a Flutter plugin Flutter Plugin. ArchitectureOverivew of LoganSiteSearch Logs Log Detail Quick StartiOS SDKHow to use SDK in your projectFirst create a file named Podfile, then copy the following code into the file.
Finally run the following command in root directory of your project.
iOS SDK documentMore to see: iOS SDK Android SDK
Android SDK documentMore to see: Android SDK Web SDKWeb SDK supports logging in the H5 and browser environment. InstallInstall logan-web using
Or
Web SDK documentMore to see: Web SDK ServerServer documentLoganSiteLoganSite provides a visualized way for developers to scan and search logs uploaded from App and Web. Environment
InstallFirst, clone the repository into to local. Create API_BASE_URL=http://location/to/your/server:port Then execute the following command:
or
BuildFirst, clone the repository into to local. Replace the fourth line in LoganSite/src/common/api.js with follow: const BASE_URL = "http://location/to/your/server:port" Then execute the following command:
or
LoganSite documentMore to see: LoganSite Best PracticesBefore Logan available, log report system is relatively scattered. To put it simply, the traditional idea is to piece together the problems that appear in the logs of each system, but the new idea is to aggregate and analyze all the logs generated by the user to find the scenes with problems. The Logan core system consists of four modules:
The new case analysis process is as follows: FeatureIn the future, we will provide a data platform based on Logan big data, including advanced functions such as machine learning, troubleshooting log solution, and big data feature analysis. Finally, we hope to provide a more complete integrated case analysis ecosystem.
ContributingFor more information about contributing PRs and issues, see our Contribution Guidelines. Authors
See also the list of contributors who participated in this project. ContactWeChat ID: MTDPtech, MTDPtech01, MTDPtech03 LicenseLogan is licensed under the MIT License - see the LICENSE file for details. ArticleA lightweight case logging system based on mobile platform developed by Meituan-Dianping — Logan Acknowledgments |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论