From 6e5ebfbf5073f342522973771f5a02e08b5ff8c5 Mon Sep 17 00:00:00 2001 From: Aaron Lewis Date: Thu, 18 Jan 2018 20:37:38 +0800 Subject: [PATCH] add default debug_level value --- rasp-install/src/main/resources/rasp.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/rasp-install/src/main/resources/rasp.properties b/rasp-install/src/main/resources/rasp.properties index ec590c15e..e55691690 100644 --- a/rasp-install/src/main/resources/rasp.properties +++ b/rasp-install/src/main/resources/rasp.properties @@ -8,3 +8,4 @@ hooks.ignore=http_output # security.enforce_policy=false # readfile.extension.regex=^(gz|7z|xz|tar|rar|zip|sql|db)$ # ognl.expression.minlength=30 +# debug=0 \ No newline at end of file