Skip to content

Commit

Permalink
Merge pull request #17 from sygmaprotocol/mmuftic/add-logs
Browse files Browse the repository at this point in the history
chore: add logs
  • Loading branch information
MakMuftic authored May 29, 2024
2 parents e53c37b + 13d6d9c commit 9d773d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"net/http"
"os"
"os/signal"
"strings"
"sync"
"syscall"
"time"
Expand Down Expand Up @@ -45,6 +46,8 @@ func main() {
c, stop := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGTERM)
defer stop()

fmt.Println(strings.Join(os.Args, ","))

app := &cli.App{
Name: "rpc-gateway",
Usage: "The failover proxy for node providers.",
Expand Down

0 comments on commit 9d773d1

Please sign in to comment.