Skip to content

Commit

Permalink
Item12022: Move logging configuration to tabs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15625 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 17, 2012
1 parent 346002a commit dcd6f03
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions core/lib/Foswiki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,8 @@ $Foswiki::cfg{AntiSpam}{EntityEncode} = $TRUE;
$Foswiki::cfg{AntiSpam}{RobotsAreWelcome} = $TRUE;
#---+ Logging and Statistics
#---+ Logging and Statistics -- TABS
#---++ Logging
# **SELECTCLASS none,Foswiki::Logger::*,Foswiki::Logger::PlainFile::* **
# Foswiki supports different implementations of log files. It can be
Expand Down Expand Up @@ -975,24 +976,24 @@ $Foswiki::cfg{WarningFileName} = '';
# Foswiki 1.0.x default: <code>$Foswiki::cfg{DataDir}/log%DATE%.txt</code>
$Foswiki::cfg{LogFileName} = '';
# **NUMBER EXPERT**
#---++ Statistics
# **NUMBER**
# Number of top viewed topics to show in statistics topic
$Foswiki::cfg{Stats}{TopViews} = 10;
# **NUMBER EXPERT**
# **NUMBER**
# Number of top contributors to show in statistics topic
$Foswiki::cfg{Stats}{TopContrib} = 10;
# **SELECT Prohibited, Allowed, Always EXPERT**
# **SELECT Prohibited, Allowed, Always**
# Set this parameter to <code>Allowed</code> if you want the statistics script to create a
# missing WebStatistics topic only when the parameter <code>autocreate=1</code> is supplied.
# Set it to <code>Always</code> if a missing WebStatistics topic should be created unless
# overridden by URL parameter <code>'autocreate=0'</code>. <code>Prohibited</code> is
# the previous behavior and is the default.
$Foswiki::cfg{Stats}{AutoCreateTopic} = 'Prohibited';
# **STRING 20 EXPERT**
# **STRING 20**
# If this is set to the name of a Group, then the statistics script will only run for
# members of the specified and the AdminGroup. Ex. Set to <code>AdminGroup</code> to restrict
# statistics to administrators. Default is un-set. Anyone can run statistics.
Expand Down

0 comments on commit dcd6f03

Please sign in to comment.