diff options
| author | Julien Voisin | 2023-01-31 20:31:02 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-31 20:31:02 +0100 |
| commit | 3bd3c12d07c2f196bac8bc9a99e4aebb953ee128 (patch) | |
| tree | dcd1f1964634919bd0b9784d3546fd3690f389a1 /src/sp_config.h | |
| parent | 26f9987a538dc68d5a825b1712d3456a2d7aa109 (diff) | |
| parent | 78e451eaf99e8f239867def2d8220dfa348cc167 (diff) | |
Add sp.log_max_len
This partially addresses #445
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 1 |
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" |
