services/hedgedoc: lower loglevel to warn

This commit is contained in:
schweby 2022-01-19 21:22:32 +01:00
parent b9aa3050d7
commit 02a64a6f31
Signed by: moira
GPG key ID: AF92FDD91CB44B2F
2 changed files with 4 additions and 0 deletions

View file

@ -58,6 +58,7 @@
}; };
}; };
systemd.services.hedgedoc.environment = { systemd.services.hedgedoc.environment = {
"CMD_LOGLEVEL" = "warn";
"CMD_OAUTH2_USER_PROFILE_URL" = "https://auth.infra4future.de/auth/realms/forfuture/protocol/openid-connect/userinfo"; "CMD_OAUTH2_USER_PROFILE_URL" = "https://auth.infra4future.de/auth/realms/forfuture/protocol/openid-connect/userinfo";
"CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR" = "name"; "CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR" = "name";
"CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR" = "display-name"; "CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR" = "display-name";

View file

@ -51,6 +51,9 @@
email = false; email = false;
}; };
}; };
systemd.services.hedgedoc.environment = {
"CMD_LOGLEVEL" = "warn";
};
services.postgresql = { services.postgresql = {
enable = true; enable = true;
authentication = '' authentication = ''