Disable mjolnirs verbose logging to have it not spam the management room
This commit is contained in:
parent
b574cc09ab
commit
4ec5afa360
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue