Skip to content

Commit f6a8995

Browse files
authored
Default env variable value should be a string
Since Symfony 4.3 it is deprecated to use any non-string value for default env variable value symfony/symfony#27808
1 parent 4e3ac8d commit f6a8995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
env(JAEGER_DEBUG_COOKIE): 'debug'
1313
env(JAEGER_SERVICE_NAME): '%service_name%'
1414
env(JAEGER_SPAN_BATCH): '16'
15-
env(JAEGER_TRACE_128): false
15+
env(JAEGER_TRACE_128): '0'
1616

1717
services:
1818
spl.stack:

0 commit comments

Comments
 (0)