EPiServer Community Activity Log Configuration
Enable logging of activities in EPiServer Community by specifying which types to log in CoreConfiguration.config. These are the suggested supported types:
- StarCommunity.Modules.Blog.EntryComment, StarCommunity.Modules.Blog
- StarCommunity.Modules.Blog.Entry, StarCommunity.Modules.Blog
- StarCommunity.Modules.Blog.Blog, StarCommunity.Modules.Blog
- StarCommunity.Modules.Calendar.Calendar, StarCommunity.Modules.Calendar
- StarCommunity.Modules.Calendar.Event, StarCommunity.Modules.Calendar
- StarCommunity.Modules.Calendar.Invite, StarCommunity.Modules.Calendar
- StarCommunity.Modules.Calendar.Registration, StarCommunity.Modules.Calendar
- StarCommunity.Modules.Club.Club, StarCommunity.Modules.Club
- StarCommunity.Modules.Club.Ad, StarCommunity.Modules.Club
- StarCommunity.Modules.Contest.Contest, StarCommunity.Modules.Contest
- StarCommunity.Modules.Contest.Question, StarCommunity.Modules.Contest
- StarCommunity.Modules.Contest.TextAnswer, StarCommunity.Modules.Contest
- StarCommunity.Modules.DirectMessage.Message, StarCommunity.Modules.DirectMessage
- StarCommunity.Modules.DocumentArchive.Content, StarCommunity.Modules.DocumentArchive
- StarCommunity.Modules.Expert.Question, StarCommunity.Modules.Expert
- StarCommunity.Modules.Expert.Answer, StarCommunity.Modules.Expert
- StarCommunity.Modules.Forum.Room, StarCommunity.Modules.Forum
- StarCommunity.Modules.Forum.RoomBase, StarCommunity.Modules.Forum
- StarCommunity.Modules.Forum.Message, StarCommunity.Modules.Forum
- StarCommunity.Modules.Forum.Topic, StarCommunity.Modules.Forum
- StarCommunity.Modules.Forum.Reply, StarCommunity.Modules.Forum
- StarCommunity.Modules.ImageGallery.Image, StarCommunity.Modules.ImageGallery
- StarCommunity.Modules.Moblog.Mms, StarCommunity.Modules.Moblog
- StarCommunity.Modules.MyPage.MyPage, StarCommunity.Modules.MyPage
- StarCommunity.Modules.Poll.Poll, StarCommunity.Modules.Poll
- StarCommunity.Modules.Poll.Choice, StarCommunity.Modules.Poll
- StarCommunity.Modules.StarViral.Campaign, StarCommunity.Modules.StarViral
- StarCommunity.Modules.StarViral.Referral, StarCommunity.Modules.StarViral
- StarCommunity.Modules.VideoGallery.Video, StarCommunity.Modules.VideoGallery
- StarCommunity.Core.Modules.Security.IUser, StarCommunity.Core.Modules.Security
Here is an example Activity Log configuration entry to be used under the CoreConfiguration node in CoreConfiguration.config (currently located under Netstar\StarCommunity in your installation location).
<ActivityLog>
<LogLevel>3</LogLevel>
<!-- 1=Log all, 2=Logging turned off, 3=Log only supported types (Default) -->
<SupportedTypes>
<SupportedType>
<Name>StarCommunity.Modules.Blog.EntryComment, StarCommunity.Modules.Blog</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Blog.Entry, StarCommunity.Modules.Blog</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Blog.Blog, StarCommunity.Modules.Blog</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Calendar.Calendar, StarCommunity.Modules.Calendar</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Calendar.Event, StarCommunity.Modules.Calendar</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Calendar.Invite, StarCommunity.Modules.Calendar</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Calendar.Registration, StarCommunity.Modules.Calendar</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Club.Club, StarCommunity.Modules.Club</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Club.Ad, StarCommunity.Modules.Club</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Contest.Contest, StarCommunity.Modules.Contest</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Contest.Question, StarCommunity.Modules.Contest</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Contest.TextAnswer, StarCommunity.Modules.Contest</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.DirectMessage.Message, StarCommunity.Modules.DirectMessage</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.DocumentArchive.Content, StarCommunity.Modules.DocumentArchive</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Expert.Question, StarCommunity.Modules.Expert</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Expert.Answer, StarCommunity.Modules.Expert</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Forum.Room, StarCommunity.Modules.Forum</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Forum.RoomBase, StarCommunity.Modules.Forum</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Forum.Message, StarCommunity.Modules.Forum</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Forum.Topic, StarCommunity.Modules.Forum</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Forum.Reply, StarCommunity.Modules.Forum</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.ImageGallery.Image, StarCommunity.Modules.ImageGallery</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Moblog.Mms, StarCommunity.Modules.Moblog</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.MyPage.MyPage, StarCommunity.Modules.MyPage</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Poll.Poll, StarCommunity.Modules.Poll</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.Poll.Choice, StarCommunity.Modules.Poll</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.StarViral.Campaign, StarCommunity.Modules.StarViral</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.StarViral.Referral, StarCommunity.Modules.StarViral</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Modules.VideoGallery.Video, StarCommunity.Modules.VideoGallery</Name>
</SupportedType>
<SupportedType>
<Name>StarCommunity.Core.Modules.Security.IUser, StarCommunity.Core.Modules.Security</Name>
</SupportedType>
</SupportedTypes>
</ActivityLog>