• This repository has been archived on 05/Mar/2020
  • Stars
    star
    24
  • Rank 955,946 (Top 20 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

💋 dubbo日志扩展插件

开发

http://crossoverjie.top/2017/04/25/SSM12/

预览

2017-04-25 15:15:38,968 DEBUG [com.alibaba.dubbo.remoting.transport.DecodeHandler] -  [DUBBO] Decode decodeable message com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation, dubbo version: 2.5.3, current host: 127.0.0.1
2017-04-25 15:15:39,484 DEBUG [com.crossoverJie.dubbo.filter.DubboTraceFilter] - dubbo请求数据:{"args":[1],"interfaceName":"com.crossoverJie.api.UserInfoApi","methodName":"getUserInfo"}
2017-04-25 15:15:39,484 INFO [com.crossoverJie.api.impl.UserInfoApiImpl] - 用户查询Id=1
2017-04-25 15:15:39,505 DEBUG [org.mybatis.spring.SqlSessionUtils] - Creating a new SqlSession
2017-04-25 15:15:39,525 DEBUG [org.mybatis.spring.SqlSessionUtils] - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f56b29] was not registered for synchronization because synchronization is not active
2017-04-25 15:15:39,549 DEBUG [org.mybatis.spring.transaction.SpringManagedTransaction] - JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@778b3121] will not be managed by Spring
2017-04-25 15:15:39,555 DEBUG [com.crossoverJie.api.dubbo.dao.T_userDao.selectByPrimaryKey] - ==>  Preparing: select id, username, password,roleId from t_user where id = ? 
2017-04-25 15:15:39,591 DEBUG [com.crossoverJie.api.dubbo.dao.T_userDao.selectByPrimaryKey] - ==> Parameters: 1(Integer)
2017-04-25 15:15:39,616 DEBUG [com.crossoverJie.api.dubbo.dao.T_userDao.selectByPrimaryKey] - <==      Total: 1
2017-04-25 15:15:39,616 DEBUG [com.alibaba.druid.pool.PreparedStatementPool] - {conn-10003, pstmt-20000} enter cache
2017-04-25 15:15:39,617 DEBUG [org.mybatis.spring.SqlSessionUtils] - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f56b29]
2017-04-25 15:15:45,473 INFO [com.crossoverJie.dubbo.filter.DubboTraceFilter] - dubbo执行成功
2017-04-25 15:15:45,476 DEBUG [com.crossoverJie.dubbo.filter.DubboTraceFilter] - dubbo返回数据{"args":[{"id":1,"password":"123456","roleId":1,"userName":"crossoverJie"}],"interfaceName":"com.crossoverJie.api.UserInfoApi","methodName":"getUserInfo"}

简介

dubbo日志扩展插件,方便定位并排查异常。

安装

git clone https://github.com/crossoverJie/SSM-DUBBO-FILTER.git
cd SSM-DUBBO-FILTER
mvn clean
mvn install

使用

<dependency>
    <groupId>com.crossoverJie</groupId>
    <artifactId>SSM-TRACE-FILTER</artifactId>
    <version>1.0.0</version>
</dependency>

联系作者

weixinchat.jpg

More Repositories

1

JCSprout

👨‍🎓 Java Core Sprout : basic, concurrent, algorithm
Java
27,060
star
2

cim

📲cim(cross IM) 适用于开发者的分布式即时通讯系统
Java
9,095
star
3

SSM

💕 build SSM from 0 👉🏽👉🏽 distributed micro service.
Java
3,441
star
4

distributed-redis-tool

🔒A simple distributed tools based on Redis.
Java
608
star
5

springboot-cloud

👬 springboot + springcloud build micro service
Java
481
star
6

ptg

💥Performance testing tool (Go), It is also a GUI gRPC client.
Go
320
star
7

gscript

💪🏻This is a statically and strongly typed language written in Go.|GScript 是用 Go 编写的静态、强类型的脚本语言。
Go
209
star
8

blog.toolbox

博客工具箱(字数统计、图片备份、图床批量替换)
Java
116
star
9

feign-plus

A better feign client library to combine with SpringBoot.
Java
71
star
10

leetcode

🕵️‍♂️ leetcode practice
Java
51
star
11

xjson

🧮JSON parser for Go, Support Query and Arithmetic operations.
Go
49
star
12

k8s-combat

☸️适用于研发人员的 k8s 实战项目🐳
Go
38
star
13

SSM-DUBBO-HTTP

💥 dubbo provide HTTP service
Java
27
star
14

company_open

a personal forum
Java
21
star
15

netty-learning

netty 学习记录
Java
19
star
16

SSM-CONSUMER

⚡ dubbo consumer
Java
19
star
17

btb

☄️ A cli tool for blog toolbox.
Go
18
star
18

gorm-optimistic

This is an optimistic lock plugin based on GORM.
Go
15
star
19

blog-post

博客备份
12
star
20

crossoverJie.github.io

personal blog
HTML
11
star
21

SSM-REQUEST-CHECK

⏳ 基于annotation的http请求去重插件
Java
10
star
22

sqlalchemy-transfer

A plugin that can help you transfer MySQL DDL to sqlalchemy-model.
Java
9
star
23

sales-store

Base of B2B
Java
7
star
24

gscript-homepage

GScript homepage
Vue
5
star
25

crossoverJie

3
star
26

crossoverjie-index

个人主页
JavaScript
2
star
27

java-noob

Java
2
star
28

crossWeather

自学Android不久之后独立开发的Android项目—crossWeather
Java
2
star
29

pulsar-biz-test

1
star
30

easyframe-msg

Msg Producer and Consumer, a wrapper of Kafka
Java
1
star