force all readers to use an asynchronous writer (#2265)

needed by #2255
This commit is contained in:
Alessandro Ros 2023-08-30 11:24:14 +02:00 committed by GitHub
parent 30a69a7722
commit 5fb7f4e846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 962 additions and 938 deletions

View file

@ -167,7 +167,7 @@ func (s *sourceStatic) run() {
select {
case err := <-implErr:
innerCtxCancel()
s.impl.Log(logger.Info, "ERR: %v", err)
s.impl.Log(logger.Error, err.Error())
recreating = true
recreateTimer = time.NewTimer(sourceStaticRetryPause)