Enterprise Glossary (Website):
Enable enhanced Logging
Step | Screenshot | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | Open the IIS (Internet Information Services) Manager | ||||||||||
2 |
| ||||||||||
3 | The following settings are available:
|
Location of log files:
Synchronization Service
Enable enhanced Logging
To enabled debug or trace logging you need to adjust the "Config.xml" file which should be located in the directory where the Synchronization Service is installed.
<?xml version="1.0" encoding="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>false</DebugMode><!-- Enable debug logging --> <TraceMode>false</TraceMode><!-- Enable trace logging --> <ExportToFile>true</ExportToFile><!-- Export data which would be send to the website to file --> </Config>