How to Change the Server Logging Level and the Database Parameters
You can use the following procedures to change the logging level and the database log parameters from the Application Virtualization Server Management Console.
The following logging levels are available:
Transaction Only
Fatal Errors
Errors
Warnings/Errors
Info/Warnings/Errors
Verbose
Note Because of the size of the log file produced when you use Verbose mode, the recommendation is that you do not run production servers with this level of logging set.
The database logging parameters determine the database driver type, access credentials, and location of the logging database.
To change the logging level for Management Servers
Click the Server Groups node to display the server groups.
Right-click the server group, and select Properties.
In the Properties dialog box, select the Logging tab.
In the Server Group Properties dialog box, select the server and then click Edit.
In the Add/Edit Log Module dialog box, select the logging level from the Event Type drop-down list.
Click OK.
In the Server Group Properties dialog box, click OK or Apply.
To change the logging level for Streaming Servers
Edit the following registry key value to change the logging level:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\DistributionServer\LogLevel
Select one of the following values to set the logging level.
Value Logging Level 0
Transactions Only
1
Fatal Errors
2
Errors
3
Warnings/Errors
4
Information/ Warnings/Errors
5
Verbose
To change database log parameters
Click the Server Groups node to display the server groups.
Right-click the server group, and select Properties.
In the Properties dialog box, select the Logging tab.
In the Server Group Properties dialog box, select the server and then click Edit.
In the Add/Edit Log Module dialog box, select a database driver from the Database Driver drop-down list.
Enter a DNS Host Name.
Click the Dynamically Determine Port check box, or enter a port number in the Port field.
Enter a Service Name in the corresponding field.
Click OK.
On the Server Group Properties dialog box, click OK or Apply.
Related topics
How to Customize an Application Virtualization System in the Server Management Console