Logging inside Docker container vscode

When using Julia inside the official docker container (WSL2 backend), logging does not work inside the vscode debugger. It does work when using the integrated terminal directly.

Test code:

@info "test"
@error "test"
@warn "test"

This is what happens. I did not get any error message.

Does anyone use Docker and vscode successfully with the debugger?