Skip to content

Commit

Permalink
Merge pull request #88 from goboolean/feat/influxdb
Browse files Browse the repository at this point in the history
debug: add logs
  • Loading branch information
mulmuri authored Feb 6, 2025
2 parents f50c2e6 + 0f307c3 commit 8c43c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/dbiniter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import (
_ "github.com/Goboolean/fetch-system.IaC/internal/log"
)


func main() {
log.Info("Application started")
log.SetLevel(log.DebugLevel)

ctx, cancel := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGINT, syscall.SIGTERM)
defer cancel()
Expand Down Expand Up @@ -50,4 +50,4 @@ func main() {
}

log.Info("Application successfully finished")
}
}

0 comments on commit 8c43c6f

Please # to comment.