Client-side log logging on the server
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 serverServer 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 serverLast updated
Was this helpful?
