ESP NodeMCU and vl53l0x - working only with logger VERY_VERBOSE

Have connected vl53l0x ToF distance measuring sensor to ESP8266. Using ESPHome Add-on on HA was able to configure it and all was working fine on development board.
Now connected in real environment the sensor is app. 2 meters away (cable) from NodeMCU. When starting the sensor is detected with no problem:

[10:59:13][C][i2c:029]:   SDA Pin: GPIO4
[10:59:13][C][i2c:030]:   SCL Pin: GPIO5
[10:59:13][C][i2c:031]:   Frequency: 50000 Hz
[10:59:13][I][i2c:033]: Scanning i2c bus for active devices...
[10:59:13][I][i2c:040]: Found i2c device at address 0x29
[10:59:13][C][logger:175]: Logger:
[10:59:13][C][logger:176]:   Level: DEBUG
[10:59:13][C][logger:177]:   Log Baud Rate: 115200
[10:59:13][C][logger:178]:   Hardware UART: UART0
[10:59:13][C][vl53l0x:019]: VL53L0X 'distance'
[10:59:13][C][vl53l0x:019]:   Unit of Measurement: 'm'
[10:59:13][C][vl53l0x:019]:   Accuracy Decimals: 2
[10:59:13][C][vl53l0x:019]:   Icon: 'mdi:arrow-expand-vertical'
[10:59:13][C][vl53l0x:020]:   Update Interval: 60.0s
[10:59:13][C][vl53l0x:021]:   Address: 0x29

Unfortunately there is no reading at all in logs and sensor in HA shows Unknown.
When I change the logging level in ESPHome YAML file to this NodeMCU to “VERY_VERBOSE” the reading is working and all seems to be fine ?

What is not correct that logging level is influencing the way this sensor is working ?

What should I change or check to correct this error ?

Well… not a solution, but I have stopped using this sensor :frowning: