Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Enable logging of activities in EPiServer Community by specifying which types to log in CoreConfiguration.config. These are the suggested supported types:
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>