Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

An update is available to disable the logging of a Lync Server 2010 Group Chat SDK-based application


View products that this article applies to.

Symptoms

This article describes an update that enables users to disable logging of a Microsoft Lync Server 2010 Group Chat SDK-based application. 

↑ Back to the top


Resolution

To resolve this issue, install the following cumulative update:
2603298 Update package for Lync 2010 Group Chat SDK: December 2011

After you apply this update, set the level to NONE in the configuration file under the <log4mgc> node. This setting causes the log file to be empty. If you want to avoid creating an empty log file, add a new node under the appSettings section in the config file, and set the value to true.

To do this, add the following node into the appSettings section of the app.config file, or the web.config file:

<add key="DisableLogging" value="true" />

Note You can re-enable logging by setting the DisableLogging value to false, or by removing the node completely. Also, recycle the application when you change the value of the DisableLogging setting to true or to false to become effective.


↑ Back to the top


Keywords: kbqfe, kbfix, kbsurveynew, kbexpertiseadvanced, kb

↑ Back to the top

Article Info
Article ID : 2571513
Revision : 1
Created on : 1/7/2017
Published on : 12/7/2011
Exists online : False
Views : 69