From 78e451eaf99e8f239867def2d8220dfa348cc167 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 31 Jan 2023 20:16:21 +0100 Subject: Add sp.log_max_len --- src/sp_config_keywords.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp_config_keywords.c') diff --git a/src/sp_config_keywords.c b/src/sp_config_keywords.c index ff834dd..e7ff3e6 100644 --- a/src/sp_config_keywords.c +++ b/src/sp_config_keywords.c @@ -144,6 +144,7 @@ SP_PARSE_FN(parse_global) { {parse_str, SP_TOKEN_ENCRYPTION_KEY, &(SPCFG(encryption_key))}, {parse_str, SP_TOKEN_ENV_VAR, &(SPCFG(cookies_env_var))}, {parse_log_media, SP_TOKEN_LOG_MEDIA, &(SPCFG(log_media))}, + {parse_ulong, SP_TOKEN_LOG_MAX_LEN, &(SPCFG(log_max_len))}, {parse_ulong, SP_TOKEN_MAX_EXECUTION_DEPTH, &(SPCFG(max_execution_depth))}, {parse_enable, SP_TOKEN_SERVER_ENCODE, &(SPCFG(server_encode))}, {parse_enable, SP_TOKEN_SERVER_STRIP, &(SPCFG(server_strip))}, -- cgit v1.3