From 5285ad2ffd2d77ea629bfc5ea1522dc65799f95e Mon Sep 17 00:00:00 2001
From: Maxim Mamontov <faust.madf@gmail.com>
Date: Fri, 2 Sep 2016 22:55:08 +0300
Subject: [PATCH] Added a list of valid parameter names.

---
 projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf | 5 +++++
 projects/stargazer/inst/linux/etc/stargazer/stargazer.conf   | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf b/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf
index 01b0e119..c1f4fe92 100644
--- a/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf
+++ b/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf
@@ -193,6 +193,11 @@ ModulesPath = /usr/lib/stg
 # Filter for logging parameter changes
 # Defines which parameters will be logged to parameter log in database. Allows
 # to specify multiuple parameter names or asterisk (*), which means "log all params".
+# Valid parameter names: "cash", "upload", "download", "lastCashAdd", "passiveTime",
+# "lastCashAddTime", "freeMb", "lastActivityTime", "password", "passive", "disabled",
+# "disabledDetailStat", "alwaysOnline", "tariffName", "nextTariff", "address",
+# "note", "group", "email", "phone", "realName", "credit", "creditExpire", "ips",
+# "userdata0" ... "userdata9".
 # Parameter: optional
 # Values: parameter names, case insensitive, or "*"
 # Default: *
diff --git a/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf b/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf
index 01b0e119..c1f4fe92 100644
--- a/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf
+++ b/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf
@@ -193,6 +193,11 @@ ModulesPath = /usr/lib/stg
 # Filter for logging parameter changes
 # Defines which parameters will be logged to parameter log in database. Allows
 # to specify multiuple parameter names or asterisk (*), which means "log all params".
+# Valid parameter names: "cash", "upload", "download", "lastCashAdd", "passiveTime",
+# "lastCashAddTime", "freeMb", "lastActivityTime", "password", "passive", "disabled",
+# "disabledDetailStat", "alwaysOnline", "tariffName", "nextTariff", "address",
+# "note", "group", "email", "phone", "realName", "credit", "creditExpire", "ips",
+# "userdata0" ... "userdata9".
 # Parameter: optional
 # Values: parameter names, case insensitive, or "*"
 # Default: *
-- 
2.44.2