Versions Compared

Key

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

...


StepScreenshot
1Open the directory where the Synchronization Service is installed
2Locate the "Confignlog.xmlconfig" file

Image RemovedImage Added

3Adjust the "Confignlog.xmlconfig"

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

  • Info
  • Warn
  • Trace


Code Block
languagexml
<?xml<variable versionname="1.0minLevel" encodingvalue="utf-16"?>
<Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Token>a4a64b0a12554e049061a77f521c1df0</Token>
  <Url>http://demo.enterprise-glossary.de</Url>
  <DebugMode>true</DebugMode><!-- Enable debug logging: true/false -->
  <TraceMode>true</TraceMode><!-- Enable trace logging: true/false -->
  <ExportToFile>false</ExportToFile><!-- Export data which would be send to the website to file: true/false -->
</Config>Info" />


4Restart the Synchronization Service

...