### Bug description ``` Possible EventEmitter memory leak detected. 11 logs listeners added. Use emitter.setMaxListeners() to increase limit ``` <img width="1037" alt="Screen Shot 2021-08-25 at 16 14 09" src="https://user-images.githubusercontent.com/599268/130928569-565da1be-9010-4d59-a52a-cbc140dfb2ab.png"> ### Steps to reproduce 1. Visit any dashboard page with logs and with semi-frequent component updates ### Expected behavior _No response_ ### Example repository _No response_ ### Anything else? The line adding listeners is: https://github.com/gitpod-io/gitpod/blob/2a4f7ddcb285436198ca6fcb09b275f886592a90/components/dashboard/src/components/WorkspaceLogs.tsx#L50