Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2019-06-08 01:34:57 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-06-08 01:34:57 +0300
commit4c9a82170cfe62a31b4575fc17acf4d7abb83830 (patch)
tree2dfe0120b11e97729e1093822d52e2cf6f219f44
parent4e9a7dccc2608b6017d6b6a9e90b161fc2d03437 (diff)
Use trace logging for database polling
-rw-r--r--internal/praefect/replicator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/praefect/replicator.go b/internal/praefect/replicator.go
index 6f5cb03f1..dce2df103 100644
--- a/internal/praefect/replicator.go
+++ b/internal/praefect/replicator.go
@@ -143,7 +143,7 @@ func (r ReplMgr) ProcessBacklog(ctx context.Context) error {
}
if len(jobs) == 0 {
- r.log.Debugf("no jobs for %s, checking again in %s", r.storage, jobFetchInterval)
+ r.log.Tracef("no jobs for %s, checking again in %s", r.storage, jobFetchInterval)
select {
// TODO: exponential backoff when no queries are returned