Skip to content

Commit 3a7876b

Browse files
authored
Merge pull request #23 from andrew-demb/patch-1
Default env variable value should be a string
2 parents 4e3ac8d + f6a8995 commit 3a7876b

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)