diff --git a/cmd/cmd.go b/cmd/cmd.go index 6d2faba..67c5f27 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -68,7 +68,7 @@ func run(cmd *cobra.Command, args []string) error { domains.Tick(cmd.Context(), integrations) if conf.Every != 0 { - slog.Info("Running as cron") + slog.Info("Running as cron", "interval", conf.Every) ticker := time.NewTicker(conf.Every) for range ticker.C {