Logging to web.esphome.io on a reTerminal E1001

I’m trying to get the logging to web.esphome.io to work with Home Assistant with my reTerminal E1001.

I have set up the standard
logger:
in my YAML, but any of the logger.log information does not make it to the web.esphome.io log file.

Is there something I’m missing?

What are you trying to achieve?

Thanks for responding! Great to meet another reTerminal E1001 user - it’s not the most common hardware out there!

I’m trying to debug some custom functionality on the reTerminal E1001 by viewing logs through web.esphome.io when connected via USB. I have logger.log statements in my code (for example, logging button presses or sensor readings), but these custom log messages aren’t appearing in web.esphome.io.

I have the standard logger: component configured in my YAML, and I can see basic boot messages and component initialisation logs in web.esphome.io, but none of my custom logging statements from logger.log calls show up.

Is there a specific logger configuration needed for USB serial output on the reTerminal E1001, or am I missing something in my setup?

I’m totally not, but it’s likely to be irrelevant, here.

Please show your ESPHome YAML, and specify which are the log messages you don’t see while (you think) they should

I got the logs from a different source. It is working from here: http://homeassistant.local:8123/5c53de3b_esphome/ingress
I selected Logs, then Wireless.
It wasn’t and still isn’t working in web.esphome.io