summaryrefslogtreecommitdiff
path: root/src/components/utils/test/boostlogconfig.ini
blob: f33da81c9301408ad8458070ad22db843f82bee1 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Core settings
[Core]
DisableLogging=false

# Console Logging
[Sinks.Console]
DisableLogging=true
Destination=Console
Filter="%Severity% > trace"
Format="%Severity% [%TimeStamp%][%Component%] %Message%"
AutoFlush=true
Asynchronous=true

# SDL log file
[Sinks.AllMessages]
DisableLogging=false
Destination=TextFile
FileName=SmartDeviceLinkCore.log
Append=true
Format="%Severity% [%TimeStamp%][%ThreadId%][%Component%] %FileName%:%LineNum% %Trace%: %Message%"
AutoFlush=true
Asynchronous=true

# Log file for all TransportManager messages
[Sinks.TransportManager]
DisableLogging=false
Destination=TextFile
FileName=TransportManager.log
Append=false
Filter="%Component% = TransportManager"
Format="%Severity% [%TimeStamp%][%ThreadId%][%Component%] %FileName%:%LineNum% %Trace%: %Message%"
AutoFlush=true
Asynchronous=true

# Log file for handling Ford protocol info (include ProtocolHandler, ConnectionHandler, SecurityManager)
[Sinks.ProtocolFordHandling]
DisableLogging=false
Destination=TextFile
FileName=ProtocolFordHandling.log
Append=false
Filter="%Component% = ConnectionHandler or %Component% = HeartBeatMonitor or %Component% = ProtocolHandler or %Component% = SecurityManager"
Format="%Severity% [%TimeStamp%][%Component%] %Trace%: %Message%"
AutoFlush=true
Asynchronous=true

[Sinks.Telnet]
DisableLogging=true
Destination=Syslog
Asynchronous=true
Format="%Severity% [%TimeStamp%][%ThreadId%][%Component%] %FileName%:%LineNum% %Trace%: %Message%"
LocalAddress="http://127.0.0.1:6676/"