Skip to content

Commit

Permalink
log sink type
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrEEpy committed Aug 18, 2023
1 parent 94980a1 commit 1ff9d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pgopher/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func (s *Server) startScheduler(ctx context.Context, wg *sync.WaitGroup) {
defer wg.Done()

slog.Info("starting scheduler", slog.Int("profilingTargets", len(s.cfg.ProfilingTargets)))
slog.Info("starting scheduler", slog.Int("profilingTargets", len(s.cfg.ProfilingTargets)), slog.String("sink", s.cfg.Sink.Type))

scheduler := cron.New()

Expand Down

0 comments on commit 1ff9d68

Please sign in to comment.