about summary refs log tree commit diff
path: root/MatrixAntiDmSpam
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-15 23:32:47 +0200
committerRory& <root@rory.gay>2025-05-15 23:32:47 +0200
commit8c78b068d789b2eb3579a5d70f0c3e4a966e8d1b (patch)
treea734c107af8c145d2c6694e8c984593ae5d147d7 /MatrixAntiDmSpam
parentAdd presence=offline to template config (diff)
downloadMatrixAntiDmSpam-8c78b068d789b2eb3579a5d70f0c3e4a966e8d1b.tar.xz
Move logging to the end of sample config
Diffstat (limited to 'MatrixAntiDmSpam')
-rw-r--r--MatrixAntiDmSpam/appsettings.Development.json14
1 files changed, 7 insertions, 7 deletions
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