summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorjvoisin2023-01-31 20:16:21 +0100
committerjvoisin2023-01-31 20:25:14 +0100
commit78e451eaf99e8f239867def2d8220dfa348cc167 (patch)
treedcd1f1964634919bd0b9784d3546fd3690f389a1 /src/sp_config.h
parent26f9987a538dc68d5a825b1712d3456a2d7aa109 (diff)
Add sp.log_max_len
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index cddf816..f957d15 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -264,6 +264,7 @@ typedef struct {
264#define SP_TOKEN_ENCRYPTION_KEY "secret_key" 264#define SP_TOKEN_ENCRYPTION_KEY "secret_key"
265#define SP_TOKEN_ENV_VAR "cookie_env_var" 265#define SP_TOKEN_ENV_VAR "cookie_env_var"
266#define SP_TOKEN_LOG_MEDIA "log_media" 266#define SP_TOKEN_LOG_MEDIA "log_media"
267#define SP_TOKEN_LOG_MAX_LEN "log_max_len"
267#define SP_TOKEN_MAX_EXECUTION_DEPTH "max_execution_depth" 268#define SP_TOKEN_MAX_EXECUTION_DEPTH "max_execution_depth"
268#define SP_TOKEN_SERVER_ENCODE "server_encode" 269#define SP_TOKEN_SERVER_ENCODE "server_encode"
269#define SP_TOKEN_SERVER_STRIP "server_strip" 270#define SP_TOKEN_SERVER_STRIP "server_strip"