Skip to content

Commit

Permalink
fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
crossan007 committed Apr 9, 2017
1 parent df882e7 commit 3b39663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChurchCRM/dto/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private static function buildConfigs()
return array(
"debug" => new ConfigItem(2, "debug", "boolean", "1", gettext("Set debug mode\r\nThis may be helpful for when you're first setting up ChurchCRM, but you should\r\nprobably turn it off for maximum security otherwise. If you are having trouble,\r\nplease enable this so that you'll know what the errors are. This is especially\r\nimportant if you need to report a problem on the help forums.")),
"sLogFile" => new ConfigItem(3, "sLogFile", "text", SystemURLs::getDocumentRoot()."/log/ChurchCRM.log", gettext("If debug is enabled the location of log files.")),
"sLogLevel" => new ConfigItem(4, "sLogLevel", "choice", "INFO", gettext("Event Log severity to write"), json_encode(SystemConfig::getMonoLogLevels())),
"sLogLevel" => new ConfigItem(4, "sLogLevel", "choice", "200", gettext("Event Log severity to write"), json_encode(SystemConfig::getMonoLogLevels())),
"sDirClassifications" => new ConfigItem(5, "sDirClassifications", "text", "1,2,4,5", gettext("Include only these classifications in the directory, comma seperated")),
"sDirRoleHead" => new ConfigItem(6, "sDirRoleHead", "text", "1", gettext("These are the family role numbers designated as head of house")),
"sDirRoleSpouse" => new ConfigItem(7, "sDirRoleSpouse", "text", "2", gettext("These are the family role numbers designated as spouse")),
Expand Down

0 comments on commit 3b39663

Please sign in to comment.