jitsi-meet-torture
jitsi-meet-torture copied to clipboard
Allow disabling logging for selenium chromedriver
Logging is enabled by default and it creates chrome_debug.log file in certain conditions.
https://github.com/jitsi/jitsi-meet-torture/blob/7f66d556af8b2b4b04083db54f1e5cc916f32834/src/test/java/org/jitsi/meet/test/web/WebParticipantFactory.java#L301
In case we are using docker container, it will fill the entire disk space.
note to exclude switches : enable-logging
to allow disabling logging