From 8c78b068d789b2eb3579a5d70f0c3e4a966e8d1b Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 15 May 2025 23:32:47 +0200 Subject: Move logging to the end of sample config --- MatrixAntiDmSpam/appsettings.Development.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'MatrixAntiDmSpam') diff --git a/MatrixAntiDmSpam/appsettings.Development.json b/MatrixAntiDmSpam/appsettings.Development.json index 81dce9d..b96619d 100644 --- a/MatrixAntiDmSpam/appsettings.Development.json +++ b/MatrixAntiDmSpam/appsettings.Development.json @@ -1,11 +1,4 @@ { - // Don't touch this unless you know what you're doing: - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, "LibMatrixBot": { // Homeserver to connect to, or rather, where your account is hosted. // Note: Homeserver resolution is applied here, but a direct base URL can be used. @@ -66,5 +59,12 @@ "Vias": [ "rory.gay" ] } ] + }, + // Don't touch this unless you know what you're doing: + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.Hosting.Lifetime": "Information" + } } } \ No newline at end of file -- cgit 1.5.1