jitsi-meet-torture icon indicating copy to clipboard operation
jitsi-meet-torture copied to clipboard

Allow disabling logging for selenium chromedriver

Open tanandy opened this issue 3 years ago • 0 comments

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

tanandy avatar Oct 07 '21 19:10 tanandy