Ziti Router is sending data to Gitihub

Dear Ziti Team,

I observed the edge router logs. edge router is sending the data to Github? If not then why it's showing the github link on logs?

Below logs are continually generating the edge router logs.

Apr 15 19:26:55 Edge-Router ziti[3183]: {"_context":"{c/HJU58n24e|@/WzwP}\u003cTerminator\u003e","file":"github.com/openziti/ziti/router/xgress/xgress.go:571","func":"github.com/openziti/ziti/router/xgress.(*Xgress).flushSendThenClose.func1","level":"info","msg":"sending end of circuit payload","time":"2025-04-15T19:26:55.885Z"}
Apr 15 19:27:00 Edge-Router ziti[3183]: {"circuitId":"7WXpXnF6e","ctrlId":"ziti-controller","file":"github.com/openziti/ziti/router/forwarder/scanner.go:85","func":"github.com/openziti/ziti/router/forwarder.(*Scanner).scan","idleThreshold":60000000000,"idleTime":384729000000,"level":"warning","msg":"circuit exceeds idle threshold","time":"2025-04-15T19:27:00.373Z"}
Apr 15 19:27:00 Edge-Router ziti[3183]: {"circuitCount":1,"ctrlId":"ziti-controller","file":"github.com/openziti/ziti/router/forwarder/scanner.go:100","func":"github.com/openziti/ziti/router/forwarder.(*Scanner).scan","level":"warning","msg":"sent confirmation for circuits","time":"2025-04-15T19:27:00.373Z"}
Apr 15 19:27:11 Edge-Router ziti[3183]: {"_context":"{c/jdA58wF4e|@/B77x}\u003cTerminator\u003e","file":"github.com/openziti/ziti/router/xgress/xgress.go:571","func":"github.com/openziti/ziti/router/xgress.(*Xgress).flushSendThenClose.func1","level":"info","msg":"sending end of circuit payload","time":"2025-04-15T19:27:11.415Z"}

Hi @iamroot, welcome to the community and to OpenZiti!

No, the router is not sending data to GitHub. This is just a log message and github shows up because that's how go handles its dependencies. This is telling you the source file is github.com/openziti/ziti/router/xgress/xgress.go or github.com/openziti/ziti/router/forwarder/scanner.go etc. Those are the files, function or line where the log came from.