From fd3ae7fa9b25d68e7aa2793103a8ae93cca2994c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Sat, 14 Dec 2019 12:25:24 +0800 Subject: [PATCH] change default log path --- conf/nps.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nps.conf b/conf/nps.conf index 8c22ab1..d93d48f 100755 --- a/conf/nps.conf +++ b/conf/nps.conf @@ -26,7 +26,7 @@ public_vkey=123 # log level LevelEmergency->0 LevelAlert->1 LevelCritical->2 LevelError->3 LevelWarning->4 LevelNotice->5 LevelInformational->6 LevelDebug->7 log_level=7 -log_path=nps.log +#log_path=nps.log #Whether to restrict IP access, true or false or ignore #ip_limit=true