Skip to content

Commit ef7ecc1

Browse files
committed
Enable verbose init logging
1 parent 8da68f7 commit ef7ecc1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ARG D2_VERSION
99
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1010
LABEL maintainer="thespad"
1111

12-
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
12+
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
13+
S6_VERBOSITY=2
1314

1415
RUN \
1516
echo "**** install packages ****" && \

Dockerfile.aarch64

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ARG D2_VERSION
99
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1010
LABEL maintainer="thespad"
1111

12-
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
12+
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
13+
S6_VERBOSITY=2
1314

1415
RUN \
1516
echo "**** install packages ****" && \

0 commit comments

Comments
 (0)