Monitor_filters does this work with wokwi simulator

I try to log my wokwi project gemini tells me this is working but I don’t see a log file in my platformIO root folder.

If you are using the Wokwi simulator extension (https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode) and that simulates the firmware (PlatformIO does not do that, it probably just builds the firmware), then you need to instruct the Wokwi simulator to do logging as you like. So I think you should be asking that question in the “Issue” page as linked by the extension’s marketplace page.

Max thx but I have a mental Problem and I would to like to save the output in a log file so I can focus I need it in color so I can distinguish line by line.

You can use Wokwi’s Serial port forwarding

In wokwi.toml:

rfc2217ServerPort = 4000

Then use any terminal program like the VS Code extension Serial Monitor, activate logging and connect to the local port configured above:

Super nice super Thx but I can I I don’t find Open an Add additional Monitor

You need to install the add on “Serial Monitor”. Then open a new Terminal.

It works Thank you Max thank you Sivar2311.