Skip to content

Commit

Permalink
add some debug output that might help troubleshoot future tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed Sep 11, 2024
1 parent 91a6209 commit 828e666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/stayrtr/stayrtr.go
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ func run() error {
go func() {
sessid := server.GetSessionId(protoverToLib[*RTRVersion])
log.Infof("StayRTR Server started (sessionID:%d, refresh:%d, retry:%d, expire:%d)", sessid, sc.RefreshInterval, sc.RetryInterval, sc.ExpireInterval)
log.Infof("StayRTR Server v%s binding to %s", rtr.APP_VERSION, *Bind)
err := server.Start(*Bind)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 828e666

Please sign in to comment.