Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Enterprise Glossary (Website): 

Enable Debug/Trace Logging


StepScreenshot
1

Open the IIS (Internet Information Services) Manager


2
  • Select the "Default Web Site" or where the Enterprise Glossary is installed
  • Open the "Application Settings"

Image Added

3

The following settings are available:

Application SettingDefault ValueDescription

EnableDebugLogging

falseenable debug logging

EnableTraceLogging

falseenable trace logging


Image Added

Location of log files


StepScreenshot
1Open the IIS (Internet Information Services) Manager
2
  • Select the "Default Web Site" or where the Enterprise Glossary is installed
  • Right-Click the Website and click on "Explore"

Image Added

3Open "App_Data\Logs"


Synchronization Service

Enable Debug/Trace Logging


StepScreenshot
1Open the directory where the Synchronization Service is installed
2Locate the "nlog.config" file

Image Added

3Adjust the "nlog.config"

In the fourth line you can edit the log level by changing the value to one of the following:

  • Info
  • Warn
  • Debug
  • Trace


Code Block
languagexml
<variable name="minLevel" value="Info" />


4Restart the Synchronization Service

Location of log files


StepScreenshot
1Open the directory where the Synchronization Service is installed
3Open the "Log" directory

Image Added