

有没有什么简单点的 web 收集 log 系统
source link: https://www.v2ex.com/t/895556
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

内部局域网 pc ,手机跑的无界面程序,想要打 log 函数,直接调用 http 请求,上传到 web 端。web 端能方便区分显示各个设备的日志信息。因为量不大,有没有简单的现成解决方案哈,或者收费的在线服务也行。
Mithril 4 小时 52 分钟前 ElasticStack 一大把满足需求的,自己搭就行。
|
![]() |
dier 3 小时 26 分钟前 Grafana Labs 团队的 Loki
|
![]() |
jazzg62 3 小时 10 分钟前 我是这样做的,错误生成时直接传服务器就好了
```javascript window.onerror = function (event, source, lineno, colno, error) { let error_arr = [ 'event :'+event, 'source :'+source, 'lineno :'+lineno, "colno :"+colno, 'error :'+error, 'href :'+location.href ]; console.log(err_arr.join(',')); ``` |
![]() |
jazzg62 3 小时 8 分钟前 不知道怎么用 md ,将就看吧
window.onerror = function (event, source, lineno, colno, error) { let error_arr = [ 'event :'+event, 'source :'+source, 'lineno :'+lineno, "colno :"+colno, 'error :'+error, 'href :'+location.href ]; console.log(error_arr .join(',')); } |
![]() |
Soar360 1 小时 56 分钟前 我们之前的做法是,直接 UDP 发日志到开发机,然后开发机上开个软件直接看。
|
Recommend
-
90
单点登录系统实现基于SpringBoot 今天的干货有点湿,里面夹杂着我的泪水。可能也只有代码才能让我暂时的平静。通过本章内容你将学到单点登录系统和传统登录系统的区别,单点登录系统设计思路,Spring4 Java配置方式整...
-
52
单点登录性能测试诊断分析优化过程
-
42
-
50
概念 SSO 英文全称 Single Sign On,单点登录。 在多个应用系统中,只需要登录一次,就可以访问其他相互信任的应用系统。 比如:淘宝网(www.taobao.com),天猫网(www.tmall.com),聚划算(ju.taobao.com...
-
26
前言 只有光头才能变强。 文本已收录至我的GitHub仓库,欢迎Star: https://github.com/ZhongFuCheng3y/3y 在我实习之前我就已经在看单...
-
3
Russian Flash Web Log? Friday, October 4, 2002 I just noticed this in my referrer logs. I am not sure what the language is, but I am guessing that it is a Russian language Flash webl...
-
14
漫画图解JWT设计单点登录系统 - wooola的个人空间 - OSCHINA - 中文开源技术交流社区JSON Web Token(JWT)是一个非常轻巧的规范。这个规范允许我们使用JWT在用户和服务器之间传递安全可靠的信息。 让我们来假想一下一个场景。在A用户关注了B用户的时...
-
11
收集几个Web前端UI框架 关于Web前端UI库/框架,我觉得是非常方便的东西,对于我们这种业余的Web开发人员,有时候要写点前端代码的时候把UI框架、库什么的拿出来,就像组积木一样,很快就能搭出很好看的UI界面。 我一直都是用的Bootstr...
-
3
【web】信息收集 发表于 2019-11-12 ...
-
4
基于.NetCore+React单点登录系统 对于有多个应用系统...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK