Integrating Vaadin logs with log4j

My application uses log4j for logging, and it seems Vaadin uses java logging, the result been we need to look into two different files to see the logs.
Can someone suggest how to redirect Vaadin logs to log4j?

Thanks

Hi,

please see the relevant section in the book:
https://vaadin.com/book/vaadin7/-/page/advanced.logging.html

Thanks Teppo