dendrite: Enable debug logging

This commit is contained in:
Erwin Boskma 2024-04-24 16:34:58 +02:00
parent 8ac6f9a4c1
commit 5a4daa1aa5
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -98,7 +98,7 @@ let
logging = [ logging = [
{ {
type = "std"; type = "std";
level = "info"; level = "debug";
} }
]; ];
}; };