Intercept Requests with SpringVaadinServlet

Hi everyone,
I was looking any way to intercept all request incoming with vaadin and spring stack, because I need to setup MDC logging with variables(user logged-in, device, session variables, trackingId, etc), but I can’t achieve yet.
I use SpringVaadinServlet to initialize VaadinServlet.
Can you help me provide me links or examples?