Skip to content

Commit 5237e41

Browse files
committed
Removed access log configuration. Fixes #448
1 parent 08d1d6e commit 5237e41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/variations/unit/etc/entrypoint.d/10-init-unit.sh

-3
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ configure_unit() {
129129
echo "$script_name: Ignoring $f";
130130
done
131131

132-
echo "$script_name: Setting access log to STDOUT..."
133-
curl_put "-d" '"/dev/stdout"' "config/access_log"
134-
135132
echo "$script_name: Stopping Unit daemon after initial configuration..."
136133
kill -TERM "$(/bin/cat /var/run/unit/unit.pid)"
137134

0 commit comments

Comments
 (0)