Setting of Proxy tool late-Update server not found

Hi,
watching the Main Log for other reasons I find that everytime I start Logseq, it misses the update server:

[2024-01-12 14:27:12.444] [info] Logseq App(0.10.3) Starting... 
[2024-01-12 14:27:12.456] [info] restore proxy settings {:type "system"}
[2024-01-12 14:27:12.457] [info] set proxy to {:type "system"}
[2024-01-12 14:27:12.468] [debug] [updater] checking https://update.electronjs.org/logseq/logseq/win32-x64/0.10.3
[2024-01-12 14:27:12.584] [warn] [update server error] FetchError: request to https://update.electronjs.org/logseq/logseq/win32-x64/0.10.3 failed, reason: getaddrinfo ENOTFOUND update.electronjs.org
    at ClientRequest.<anonymous> (C:\Program Files\Logseq\lib\net45\resources\app\node_modules\node-fetch\lib\index.js:1491:11)
    at ClientRequest.emit (node:events:514:28)
    at TLSSocket.socketErrorListener (node:_http_client:501:9)
    at TLSSocket.emit (node:events:514:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[2024-01-12 14:27:12.764] [info] setting proxy: Some("http://10.65.110.200:3128")

Proxy is set to System as stated in the configuration, but the relevant IP is only insertet after the Program tried to access the Update Location.

is that correct or do I misread the Logfile?

Michael