From 84f7871a9e729a55df29cee2e533ab247b8f4bf1 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 24 Jan 2025 12:29:49 +0900 Subject: [PATCH] Update docs/configuring-playbook-user-verification-service.md: use the variable specified on main.yml directly There are other variables specified on .env.j2 such as UVS_ACCESS_TOKEN and UVS_AUTH_TOKEN, but these are not used in the description on the document other than UVS_LOG_LEVEL. This commit therefore replaces the variable with the one specified on main.yml (matrix_user_verification_service_uvs_log_level) to improve consistency. Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-user-verification-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-user-verification-service.md b/docs/configuring-playbook-user-verification-service.md index cbc19c4dd..25d7b851c 100644 --- a/docs/configuring-playbook-user-verification-service.md +++ b/docs/configuring-playbook-user-verification-service.md @@ -121,7 +121,7 @@ The default logging level for this component is `info`. If you want to increase ```yaml # See choices here: https://github.com/winstonjs/winston#logging-levels -UVS_LOG_LEVEL: debug +matrix_user_verification_service_uvs_log_level: debug ``` ### TLS Certificate Checking