-
Notifications
You must be signed in to change notification settings - Fork 0
/
SemanticLogging-svc.xml
37 lines (34 loc) · 2.01 KB
/
SemanticLogging-svc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns="http://schemas.microsoft.com/practices/2013/entlib/semanticlogging/etw"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.microsoft.com/practices/2013/entlib/semanticlogging/etw SemanticLogging-svc.xsd">
<traceEventService sessionNamePrefix="HowLongToBeatSteam"/>
<sinks>
<!--remove before deployment-->
<consoleSink name="Console">
<sources>
<eventSource name="OS-HowLongToBeatSteam-Common" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-Site" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-MissingGamesUpdater" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-UnknownGamesUpdater" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-Scraper" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-BackupUploader" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-SuggestionWatcher" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-TestRunner" level="Verbose"/>
</sources>
</consoleSink>
<!--update connection string before deployment-->
<flatFileSink name="flatFile" fileName="D:\\SkyDrive\\HowLongToBeat\\HLTBS.log">
<sources>
<eventSource name="OS-HowLongToBeatSteam-Common" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-Site" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-MissingGamesUpdater" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-UnknownGamesUpdater" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-Scraper" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-SuggestionWatcher" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-BackupUploader" level="Verbose"/>
<eventSource name="OS-HowLongToBeatSteam-TestRunner" level="Verbose"/>
</sources>
</flatFileSink>
</sinks>
</configuration>