add log message

This commit is contained in:
Pascal Fischer
2025-05-20 18:20:41 +02:00
parent 694a54d196
commit 39822808b3

View File

@@ -94,6 +94,7 @@ func NewServer(
if syncTokenInterval == 0 || err != nil {
syncTokenInterval = time.Minute
}
log.WithContext(ctx).Infof("sync rate interval set to %s", syncTokenInterval)
syncBurst, err := strconv.Atoi(os.Getenv("NB_SYNC_BURST"))
if syncBurst == 0 || err != nil {