hi, do you know how and where to configure logging for logging for Geb 4.0 and Selenium 4.0.0-beta-2?
I set the following in GebConfig *LoggingPreferences logPrefs = new LoggingPreferences()logPrefs.enable(LogType.BROWSER, Level.FINE)logPrefs.enable(LogType.PERFORMANCE, Level.INFO)caps.setCapability(CapabilityType.LOGGING_PREFS, logPrefs)* and I get only traffic logs, everything is logged there, so many traffic logs nothing else can be seen. how do I set logging to get chrome console logs and "usual" logs (which show how the script behaves)? thank you! -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/f5a0cd40-21de-4cd3-966e-105f70beeb14n%40googlegroups.com.
