From 70fd925c98963aaa5bb5666684a715feb9d897a2 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sun, 20 Nov 2022 13:25:07 +0000 Subject: [PATCH] Make production configuration file more platform-agnostic --- contrib/production.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/production.conf b/contrib/production.conf index 5aec0d9..cff7bba 100644 --- a/contrib/production.conf +++ b/contrib/production.conf @@ -18,14 +18,13 @@ server-name "example.com"; base-url "https://matrix.example.com"; identity-server "https://identity.example.com"; -id "_telodendria"; data-dir "/var/telodendria"; federation "true"; registration "false"; log "file" { - level "warning"; + level "message"; timestampFormat "default"; };