|
|
| Line 1: |
Line 1: |
| − | By default, logging is switched on using default setttings, for example for the destination path of the logging files. See [[Configuration_Files/Logging.config|Logging.config]] for an example of a configuration file for logging.
| |
| | | | |
| − | == Switch off logging ==
| |
| − | Turning off logging can be done by setting the '''switchValue''' in the Category Source to '''Off''' in the corresponding config files:
| |
| − | * '''UBIK.Studio.exe.config''' for {{UBIK Studio}}
| |
| − | * '''Web.config''' for the webservice
| |
| − |
| |
| − | <source lang="xml">
| |
| − | <loggingConfiguration name="" tracingEnabled="true" defaultCategory="ASSERTION">
| |
| − | ...
| |
| − | <categorySources>
| |
| − | ...
| |
| − | <add switchValue="Off" name="ASSERTION">
| |
| − | <listeners>
| |
| − | <add name="log.assertion"/>
| |
| − | </listeners>
| |
| − | </add>
| |
| − | ...
| |
| − | </categorySources>
| |
| − | ...
| |
| − | </loggingConfiguration>
| |
| − | </source>
| |
| − |
| |
| − | [[File:UI_Configure_Logging_EntLibConfig.png|220px|thumb|border|alt=Configure logging|Configure logging]]
| |
| − | Instead of editing the config files, it is also possible to use the graphical configuration tool from the [http://www.microsoft.com/en-us/download/details.aspx?id=15104 Enterprise Library]. After installing the package open the config file with the tool and switch on or off logging for each category as shown.
| |
| − | {{Clear}}
| |
| − |
| |
| − | ==See also==
| |
| − | * [[Logging]]
| |
| − | * [[Configuration_Files]]
| |
| − | * [[Web_Service_Configuration|Web service configuration]]
| |
| − | * [[Activity:WriteLogEntry_(Activity)|WriteLogEntry (Activity)]]
| |
| | | | |
| | [[Category:How-To|Configure Logging]] | | [[Category:How-To|Configure Logging]] |
| | [[Category:Installing|Configure Logging]] | | [[Category:Installing|Configure Logging]] |
| | [[Category:Server|Configure Logging]] | | [[Category:Server|Configure Logging]] |