Disable mjolnirs verbose logging to have it not spam the management room

This commit is contained in:
June 2024-06-22 16:07:01 +02:00
parent df17b25009
commit 1aff46745a
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -9,6 +9,9 @@
enable = true; enable = true;
homeserverUrl = "https://matrix.hamburg.ccc.de"; homeserverUrl = "https://matrix.hamburg.ccc.de";
managementRoom = "#moderation-management:hamburg.ccc.de"; managementRoom = "#moderation-management:hamburg.ccc.de";
settings = {
verboseLogging = false;
};
pantalaimon = { pantalaimon = {
enable = true; enable = true;
username = "moderation"; username = "moderation";