Skip to end of metadata
Go to start of metadata
You are viewing an old version of this content. View the current version.
Compare with Current
View Version History
« Previous
Version 9
Next »
Enterprise Glossary (Website):
Enable Debug/Trace Logging
| Step | Screenshot |
---|
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"
| |
3 | The following settings are available: Application Setting | Default Value | Description |
---|
EnableDebugLogging | false | enable debug logging | EnableTraceLogging | false | enable trace logging |
| |
Location of log files
| Step | Screenshot |
---|
1 | Open 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"
| |
3 | Open "App_Data\Logs" |
|
Synchronization Service
Debug or Trace Logging
| Step | Screenshot |
---|
1 | Open the directory where the Synchronization Service is installed |
|
2 | Locate the "Config.xml" file | |
3 | Adjust the "Config.xml" |
<?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: true/false -->
<TraceMode>false</TraceMode><!-- Enable trace logging: true/false -->
<ExportToFile>false</ExportToFile><!-- Export data which would be send to the website to file: true/false -->
</Config>
|
4 | Restart the Synchronization Service |
|
Location of log files
| Step | Screenshot |
---|
1 | Open the directory where the Synchronization Service is installed |
|
3 | Open the "Log" directory | |