Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ Target: 'etcd://localhost:2379/dtmservice' 将当前dtm的server直接注册到
在dtm项目根目录下

```shell
go run app/main.go -c conf.yml
go run main.go -c conf.yml
```

输出类似下面的信息代表就成功了

```
{"@timestamp":"2023-04-27T16:48:17.377+08:00","caller":"[email protected]/register.go:80","content":"update ttl","level":"info"}
```


Expand Down