For the complete documentation index, see llms.txt. This page is also available as Markdown.

Client-side log logging on the server

The availability of the functionality depends on the license and may not be available in all deployments.

Client log storage in the server log

The functionality enables logging client logs from the browser in the server's sensitive logs. The logs will be sent to the server when an error occurs in the client application. The latest logs since the error occurred will be sent to the server. Their length will be limited according to the parameter set in the configuration.

Configuration

Client configuration

webforms.client.logging - enables the functionality in the client application
webforms.client.maxLength - maximum size of logs sent to the server

Server configuration

webforms.server.features.clientLogEnabled - enables the functionality in the server application
webforms.server.securityValidation.services.clientLog.maxLength - maximum size of logs received by the server
webforms.server.securityValidation.services.clientLog.extraWhitelistCharacters - additional special characters accepted by the server

Last updated

Was this helpful?