let deployments use default log formats

This commit is contained in:
Kenneth Bingham 2024-05-23 11:03:30 -04:00
parent 36b8ae304b
commit 4131b06e40
No known key found for this signature in database
GPG Key ID: 31709281860130B6
2 changed files with 0 additions and 3 deletions

View File

@ -24,8 +24,6 @@ USER root
RUN mkdir -p -m0755 /licenses
COPY ./LICENSE /licenses/apache.txt
ENV PFXLOG_NO_JSON=true
RUN mkdir -p /usr/local/bin
COPY ${ARTIFACTS_DIR}/${TARGETARCH}/${TARGETOS}/zrok \
./nfpm/zrok-enable.bash \

View File

@ -7,7 +7,6 @@ Type=simple
DynamicUser=yes
StateDirectory=zrok-share
UMask=0007
Environment=PFXLOG_NO_JSON=true
ExecStartPre=/opt/openziti/bin/zrok-enable.bash /opt/openziti/etc/zrok/zrok-share.env
ExecStart=/opt/openziti/bin/zrok-share.bash /opt/openziti/etc/zrok/zrok-share.env
Restart=always