DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuration

The following properties can be configured in the "Extension Manager" backend module:

Properties

Property Tab Default
minLogLevel basic -1 (=Ok)
excludeKeys basic TYPO3CMSCoreAuthenticationAbstractUserAuthentication, TYPO3CMSBackendTemplateDocumentTemplate, extbase
includeCallerInformation advanced 1
dataCap advanded 1000000

Property details

minLogLevel

Minimum log level (-1 = Ok to 3 = Error)

excludeKeys

Keys that are not logged. Some very talkative keys are excluded by default

includeCallerInformation

If set, caller information will be retrieved for each devlog call. There is almost no good reason not to include this information.

dataCap

A limit to how much additional data (in characters) is logged with each call. Everything beyond this limit will be truncated. As the data is stored via json_encode this will lead to the data not being decodeable.