@@ -17,6 +17,7 @@ services:
17
17
volumes :
18
18
- ./videos/certs:/opt/selenium/secrets
19
19
environment :
20
+ - SE_ENABLE_TRACING=false
20
21
- SE_EVENT_BUS_HOST=selenium-hub
21
22
- SE_EVENT_BUS_PUBLISH_PORT=4442
22
23
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
@@ -57,6 +58,7 @@ services:
57
58
volumes :
58
59
- ./videos/certs:/opt/selenium/secrets
59
60
environment :
61
+ - SE_ENABLE_TRACING=false
60
62
- SE_EVENT_BUS_HOST=selenium-hub
61
63
- SE_EVENT_BUS_PUBLISH_PORT=4442
62
64
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
@@ -94,6 +96,7 @@ services:
94
96
volumes :
95
97
- ./videos/certs:/opt/selenium/secrets
96
98
environment :
99
+ - SE_ENABLE_TRACING=false
97
100
- SE_EVENT_BUS_HOST=selenium-hub
98
101
- SE_EVENT_BUS_PUBLISH_PORT=4442
99
102
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
@@ -128,6 +131,7 @@ services:
128
131
volumes :
129
132
- ./videos/certs:/opt/selenium/secrets
130
133
environment :
134
+ - SE_ENABLE_TRACING=false
131
135
- SE_LOG_LEVEL=${LOG_LEVEL}
132
136
- SE_SESSION_REQUEST_TIMEOUT=${REQUEST_TIMEOUT}
133
137
- SE_SUPERVISORD_LOG_LEVEL=error
0 commit comments