[SOLVED] Logging filters through Karaf console with log:tail

Hi everyone,
i run OH2 on Windows 10.
I would like to ask if its possible to filter the outputs of Karaf console when i put the command : log:tail.
I have put regex filters in my org.ops4j.pax.logging.cfg to filter out some events.
This works so far with tail -F /openhab2/userdata/logs/events.log in the karaf console.
But the logs i see are not in real time.
If i use the log:tail command i can see them in real time but the regexfilter does not work.
Does someone have an advice for me how to filter out some events from karaf console with log:tail?

Thank you very much

I Solved it in another way.
I used baretail to view logfiles.
It displays live logfiles and you can Highlight Lines with filters.
Its a good solution for me.