Enterprise Glossary (Website)
Enabled enhanced logging:
Application Setting | Default Value | Description |
---|---|---|
EnableDebugLogging | false | |
EnableTraceLogging | false | |
EnableTraceLoggingERPConnect | false | |
EnableTraceLoggingSQL | false | |
DisableAutoWindowsDomainLogin | false |
Synchronization Service
Where are the log files:
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.
Code Block | ||
---|---|---|
| ||
<?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://localhost/EG_Release/<demo.enterprise-glossary.de</Url> <DebugMode>false</DebugMode> <DebugMode><!-- Enable debug loglogging file --> <TraceMode>false</TraceMode><!-- Enable trace loglogging file --> <ExportToFile>true</ExportToFile> <ExportToFile><!-- Export data to file which would be send to the website to file --> </Config> |