A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Review chatty logging

Fixed in

EPiServer.CMS.Core 9.12.0

(Or a related package)

Created

Jun 09, 2016

Updated

Jan 07, 2022

Area

CMS Core

State

Closed, Acceptance tests pass


Description

When troubleshooting and logging on the Information and Debug levels, many log messages are not helpful and degrade performance. These messages should be removed or logged on Trace level.

The following classes were changed to reduce chattiness:

  • ContentProvider
  • OptimisticCache
  • ConnectionContext
  • ModuleFinder
  • DBDataStoreProvider
  • SqlDatabaseHandler
  • EventMessageValidator
  • EventProviderService
  • HttpRuntimeCache
  • InitializeEngine
  • DynamicDataSerializer
  • EventProviderService
  • ScheduledJob
  • SchedulerService
  • LanguageSegment