mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +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,
|
"count": enqueued,
|
||||||
"skipped": skipped,
|
"skipped": skipped,
|
||||||
"start": ready,
|
"start": ready,
|
||||||
}).Info("done enqueueing account batch")
|
}).Debug("done enqueueing account batch")
|
||||||
}
|
}
|
||||||
|
|
||||||
func logErrors(errChan <-chan error) {
|
func logErrors(errChan <-chan error) {
|
||||||
|
|
Loading…
Reference in a new issue