diff options
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/services/matrix/conduit.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/conduit.nix b/host/Rory-nginx/services/matrix/conduit.nix index 5be7573..ab36263 100755 --- a/host/Rory-nginx/services/matrix/conduit.nix +++ b/host/Rory-nginx/services/matrix/conduit.nix @@ -12,6 +12,7 @@ max_concurrent_requests = 1000; allow_check_for_updates = false; allow_registration = false; + log = "info,state_res=info"; }; }; systemd.services.matrix-conduit-reg-token = { |