summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorexin <me@exin.xyz>2022-06-26 09:26:04 -0500
committerTimo Kösters <timo@koesters.xyz>2022-10-13 13:11:15 +0200
commit98702da4e66404db4d987fdea42a758425f40707 (patch)
treef27bb779c56944f81ea908aca044f9c541eb80fc /tests
parent92f7f0c849edfa19ca1fd2e3f3702ca64d40ce89 (diff)
downloadconduit-98702da4e66404db4d987fdea42a758425f40707.zip
Lower default log level for docker
Diffstat (limited to 'tests')
-rw-r--r--tests/Complement.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Complement.Dockerfile b/tests/Complement.Dockerfile
index 22016e9..b9d0f8c 100644
--- a/tests/Complement.Dockerfile
+++ b/tests/Complement.Dockerfile
@@ -33,7 +33,7 @@ RUN sed -i "s/port = 6167/port = 8008/g" conduit.toml
RUN echo "allow_federation = true" >> conduit.toml
RUN echo "allow_encryption = true" >> conduit.toml
RUN echo "allow_registration = true" >> conduit.toml
-RUN echo "log = \"info,_=off,sled=off\"" >> conduit.toml
+RUN echo "log = \"warn,_=off,sled=off\"" >> conduit.toml
RUN sed -i "s/address = \"127.0.0.1\"/address = \"0.0.0.0\"/g" conduit.toml
# Enabled Caddy auto cert generation for complement provided CA.