Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

启动后控制台一直在打log #4

Open
ChenghanY opened this issue Jan 4, 2020 · 2 comments
Open

启动后控制台一直在打log #4

ChenghanY opened this issue Jan 4, 2020 · 2 comments

Comments

@ChenghanY
Copy link

INFO 5324 --- [l-client-thread] t.j.c.client.client.AbstractCanalClient : 获取消息 Message[id=9732,entries=[header {
version: 1
logfileName: "mysql-bin.000092"
logfileOffset: 40795484
serverId: 12345
serverenCode: "UTF-8"
executeTime: 1565505699000
sourceType: MYSQL
schemaName: "changgou_goods"
tableName: "tb_sku"
eventLength: 6592
eventType: UPDATE
props {
key: "rowsCount"
value: "4"
}
}
entryType: ROWDATA

@teemo2009
Copy link

看源码,AbstractCanalClient 里面,没有开关设置,只能自己拉下来改了

@chengernest
Copy link

you can add this properties in your application.yaml to close this problem

logging:
  level:
    top.javatool.canal.client.client: OFF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants