Re-organized sub-directory by category
[staging/basesystem.git] / service / system / interface_unified / scfg / ss_logger.cfg
1 [LOGGING]
2 LogMaxFileSize=5242880
3 PerformanceLogSize=262144
4 EmmcOutputPath=/nv/BS/ss/logger_service/rwdata/frameworkunifiedlog
5 EmmcOutputNaviLogPath=/nv/BS/ss/logger_service/rwdata/log2/awlog
6 Usb0MountPath=/mnt/sda1
7 Usb1MountPath=/mnt/sdb1
8 SdMountPath=/fs/sd0
9 EmmcOutputMax=56
10 #Value of EmmcOutputErrMax is related to SM function of logging or not,
11 #caused by error-reboot, illegal-reset.
12 #So,check to influece upon each other in case of changing this value.
13 EmmcOutputErrMax=10
14 EmmcOutputGrpRelaunchMax=5
15 EmmcOutputNaviLogMax=10
16 EmmcOutputNaviLogNmlMax=20
17 EmmcOutputNaviLogErrMax=10
18 ExternalLogNum=6
19 ExternalLogMax=20
20
21 # "[EXTERNAL_X]" have to start from "1" to ExternalLogNum
22 # "ExtLogPath" is file or directory path of External log
23 # "OutputPath" is file or directory path in Archive file
24 # "Remove" is removed or not after it is archived
25
26 [EXTERNAL_1]
27 ExtLogPath=/ramd/log/frameworkunifiedlog/radio
28 OutputPath=radio
29 Remove=false
30
31 [EXTERNAL_2]
32 ExtLogPath=/ramd/log/frameworkunifiedlog/connectivity
33 OutputPath=connectivity
34 Remove=false
35
36 [EXTERNAL_3]
37 ExtLogPath=/ramd/log/frameworkunifiedlog/graphics.log
38 OutputPath=graphics.log
39 Remove=false
40
41 [EXTERNAL_4]
42 ExtLogPath=/ramd/log/frameworkunifiedlog/winsys.log
43 OutputPath=winsys.log
44 Remove=false
45
46 [EXTERNAL_5]
47 ExtLogPath=/ramd/log/frameworkunifiedlog/appfw
48 OutputPath=appfw
49 Remove=false
50
51 [EXTERNAL_6]
52 ExtLogPath=/nv/ptdata/sec/tomoyo
53 OutputPath=tomoyo
54 Remove=true
55
56 [SETLOGMASK]
57 MASK0=0xDC000000
58 MASK1=0x00000000
59 MASK2=0x00000000
60 MASK3=0x00000000
61 MASK4=0x00000000
62 MASK5=0x00000000
63 MASK6=0x00000000
64 MASK7=0x00000000
65 MASK8=0x00000000
66 MASK9=0x00000000
67 MASK10=0x00000000
68 MASK11=0x00000000
69 MASK12=0x00000000
70 MASK13=0x00000000
71 MASK14=0x00000000
72 MASK15=0x00000000
73
74 [STORAGE]
75 ThreadName=/SSLoggerStrage
76 Priority=34
77 Timeout=50000
78 TimeoutAfter=5
79
80
81 # Reader types
82 # 0 : eReaderWriterTypeFile  : not valid for reading
83 # 1 : eReaderWriterTypeQueue : reading from a queue
84 # 2 : eReaderWriterTypeUdp : not valid for reading
85 # 3 : eReaderWriterTypeUdpAndFile : not valid for reading
86 # 4 : eReaderWriterTypeInvalid : invalid type
87
88 # Writer types
89 # 0 : eReaderWriterTypeFile : Writing to file only
90 # 1 : eReaderWriterTypeQueue : not implemented yet
91 # 2 : eReaderWriterTypeUdp : writing to UDP only
92 # 3 : eReaderWriterTypeUdpAndFile : writing to File and UDP
93 # 4 : eReaderWriterTypeInvalid : invalid type
94
95 [READERWRITER]
96 Count=3
97
98 [READERWRITER_00] 
99 ThreadName=pdg.LogQueR
100 Priority=30
101 ReaderType=1
102 ReaderName=/NSLog
103 WriterType=3
104 WriterName1=/tmp/frameworkunified_debug.log
105 WriterSize1=5242880
106 WriterName2=169.254.80.9
107 WriterSize2=0
108
109
110 [READERWRITER_01]
111 ThreadName=pdg.TranQueR
112 Priority=30
113 ReaderType=1
114 ReaderName=/TRANSMIT
115 WriterType=3
116 WriterName1=/tmp/interfaceunified_transmit.log
117 WriterSize1=5242880
118 WriterName2=169.254.80.9
119 WriterSize2=0
120
121
122 [READERWRITER_02]
123 ThreadName=pdg.PerformQueR
124 Priority=11
125 ReaderType=1
126 ReaderName=/NSplog
127 WriterType=0
128 WriterName1=/tmp/frameworkunified_performance.log
129 WriterSize1=262144
130 WriterName2=
131 WriterSize2=0
132
133