Skip to content

Commit

Permalink
fix: remove secrets from debug log
Browse files Browse the repository at this point in the history
commit-id:be8218ff
  • Loading branch information
martinohansen committed Sep 16, 2024
1 parent 0f61771 commit c8c5cc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/ynabber/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func main() {

setupLogging(cfg.Debug)
slog.Info("starting...", "version", versioninfo.Short())
slog.Debug("", "config", cfg)

ynabber := ynabber.Ynabber{}
for _, reader := range cfg.Readers {
Expand Down

0 comments on commit c8c5cc7

Please sign in to comment.