summaryrefslogtreecommitdiffstats
path: root/contrib/rom-o-matic/flag-table.php
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/rom-o-matic/flag-table.php')
-rw-r--r--contrib/rom-o-matic/flag-table.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/rom-o-matic/flag-table.php b/contrib/rom-o-matic/flag-table.php
index 0eee0c3f..fe81c802 100644
--- a/contrib/rom-o-matic/flag-table.php
+++ b/contrib/rom-o-matic/flag-table.php
@@ -109,6 +109,16 @@ $flag_table = array (
"cfgsec" => "console"
),
+ "LOG_LEVEL"
+ => array (
+ "flag" => "LOG_LEVEL",
+ "type" => "choice",
+ "options" => array("LOG_NONE","LOG_EMERG","LOG_ALERT","LOG_CRIT","LOG_ERR",
+ "LOG_WARNING","LOG_NOTICE","LOG_INFO","LOG_DEBUG","LOG_ALL"),
+ "value" => "LOG_NONE",
+ "cfgsec" => "console"
+ ),
+
// End Console Options
// Begin Network Protocol Options: