Share via


ReleaseUpdateCockpit::getDatabaseLoggingLevel Method [AX 2012]

Gets the database logging level.

Syntax

server public static SysDBLogLevel getDatabaseLoggingLevel()

Run On

Server

Return Value

Type: SysDBLogLevel Enumeration
The database logging level.

Remarks

Depending on the logging level, the user is advised to set the logging level of the database to Simple to improve the upgrade performance.

This information is shown in one of the FactBox on the cockpit form.

The database logging level can be changed by using the Microsoft SQL Management Studio.

See Also

Reference

ReleaseUpdateCockpit Class