File tree 4 files changed +281
-246
lines changed
config-reloader/templates
4 files changed +281
-246
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ run: build-image
20
20
-v ` pwd` /failsafe.conf:/fluentd/etc/fluent.conf \
21
21
-v /var/log:/var/log \
22
22
-v /var/run:/var/run \
23
- -e FLUENTD_OPT=" --no-supervisor" \
24
23
$(IMAGE ) :$(TAG )
25
24
26
25
test : build-image
@@ -29,9 +28,9 @@ test: build-image
29
28
-v ` pwd` :/workspace \
30
29
-v ` pwd/plugins` :/fluentd/plugins \
31
30
-v ` pwd` /test/local.conf:/fluentd/etc/fluent.conf \
32
- -e FLUENTD_OPT= " --no-supervisor " \
33
- -e PAPERTRAIL_PORT=$$ PAPERTRAIL_PORT \
34
- -e PAPERTRAIL_HOST=$$ PAPERTRAIL_HOST \
31
+ -p 0.0.0.0:24231:24231 \
32
+ -e PAPERTRAIL_PORT=$$ PAPERTRAIL_PORT \
33
+ -e PAPERTRAIL_HOST=$$ PAPERTRAIL_HOST \
35
34
$(IMAGE ) :$(TAG )
36
35
37
36
list-gems :
Original file line number Diff line number Diff line change 5
5
6
6
# needed to enable /api/config.reload
7
7
rpc_endpoint 127.0.0.1:24444
8
+ workers 2
8
9
</system>
9
10
10
11
# you can turn this on for debug
You can’t perform that action at this time.
0 commit comments