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
|