Skip to content

Commit 9d773d1

Browse files
authored
Merge pull request #17 from sygmaprotocol/mmuftic/add-logs
chore: add logs
2 parents e53c37b + 13d6d9c commit 9d773d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"net/http"
88
"os"
99
"os/signal"
10+
"strings"
1011
"sync"
1112
"syscall"
1213
"time"
@@ -45,6 +46,8 @@ func main() {
4546
c, stop := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGTERM)
4647
defer stop()
4748

49+
fmt.Println(strings.Join(os.Args, ","))
50+
4851
app := &cli.App{
4952
Name: "rpc-gateway",
5053
Usage: "The failover proxy for node providers.",

0 commit comments

Comments
 (0)