Skip to content

Commit

Permalink
SAK-41854: default properties for SAK-40018 (sakaiproject#6956)
Browse files Browse the repository at this point in the history
  • Loading branch information
plukasew authored and bjones86 committed May 24, 2019
1 parent f70d59b commit 3bc1817
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4137,7 +4137,9 @@
# DEFAULT: false
# poll.allow.public.access=true

########################################
## SITESTATS
########################################

# Enable debug logging in site stats tool
# DEFAULT: false
Expand Down Expand Up @@ -4189,7 +4191,25 @@
# DEFAULT: false
# sitestats.externalDb.hibernate.show_sql=true

# Used to correct collection of statistics if the sakai_event table stores events in a different timezone than the server timezone
# that sitestats uses. Only required if using the aggregator job and there is a timezone difference.
# Set it to the timezone identifier that matches how sakai_event timestamps are stored, for example, UTC.
# DEFAULT: not set
# sakaiEventTimeZone@org.sakaiproject.sitestats.api.StatsAggregateJob=UTC

# Enables collection of detailed event information in a dedicated SiteStats database table
# Populates the data for the User Activity feature
# DEFAULT: false
# collectDetailedEvents@org.sakaiproject.sitestats.api.StatsUpdateManager.target=true

# Enables/disables the UI for the User Activity feature (in combination with permission sitestats.usertracking.track)
# DEFAULT: false
# displayDetailedEvents@org.sakaiproject.sitestats.api.StatsManager.target=true

########################################
## VIRUS SCAN
########################################

# Provide virus scanning to email msgs & byte arrays using ClamAV software
# DEFAULT: false
# virusScan.enabled=true
Expand Down

0 comments on commit 3bc1817

Please sign in to comment.