mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
make logs less chatty
This commit is contained in:
parent
a93ff0e1af
commit
fd18ea551e
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ func enqueueAccounts(ctx context.Context, logger *logrus.Logger, statsd *statsd.
|
|||
"count": enqueued,
|
||||
"skipped": skipped,
|
||||
"start": ready,
|
||||
}).Info("done enqueueing account batch")
|
||||
}).Debug("done enqueueing account batch")
|
||||
}
|
||||
|
||||
func logErrors(errChan <-chan error) {
|
||||
|
|
Loading…
Reference in a new issue