Skip to content

Commit

Permalink
chore: update startup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Primexz committed May 2, 2024
1 parent 81725fd commit 5c19f88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ var (
)

func StartBot() {
log.Println("Starting Kraken DCA Bot lifecycle..")

for {
run()

Expand Down
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import (
)

func main() {
log.Printf("Kraken DCA %s, commit %s, built at %s", version, commit, date)
log.Printf("%s [%s,%s]", runtime.Version(), runtime.GOOS, runtime.GOARCH)
log.Printf("Kraken DCA 🐙 %s, commit %s, built at %s (%s [%s, %s])", version, commit, date, runtime.Version(), runtime.GOOS, runtime.GOARCH)

config.LoadConfiguration()
bot.StartBot()
Expand Down

0 comments on commit 5c19f88

Please sign in to comment.