-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzlog-cfg-cur
77 lines (53 loc) · 1.98 KB
/
zlog-cfg-cur
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[global]
strict init = false
buffer min = 1024
buffer max = 2MB
default format = "%d(%F %X).%us %-6V (%c:%F:%U:%L) - %m%n"
file perms = 666
fsync period = 1K
[levels]
[formats]
null = "%n"
print = "[%-10.3d(%F)]%n"
file_format = "%d(%F %X).%us %-5V %c %m%n"
console_format = "%d(%F %X).%us %c %5V - %m%n"
[rules]
BF_SYS.ERROR >stdout;console_format
BF_SYS.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_LLD.ERROR >stdout;console_format
BF_LLD.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_PIPE.ERROR >stdout;console_format
BF_PIPE.ERROR "bf_drivers.log", 5M * 5 ;file_format
BF_TM.ERROR >stdout;console_format
BF_TM.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_MC.ERROR >stdout;console_format
BF_MC.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_PKT.ERROR >stdout;console_format
BF_PKT.ERROR "bf_drivers.log", 5M * 5 ;file_format
BF_DVM.ERROR >stdout;console_format
BF_DVM.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_PORT.ERROR >stdout;console_format
BF_PORT.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_AVAGO.ERROR >stdout;console_format
BF_AVAGO.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_DRU.ERROR >stdout;console_format
BF_DRU.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_API.ERROR >stdout;console_format
BF_API.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_SAI.ERROR >stdout;console_format
BF_SAI.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_PI.ERROR >stdout;console_format
BF_PI.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_PLTFM.ERROR >stdout;console_format
BF_PLTFM.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_PAL.ERROR >stdout;console_format
BF_PAL.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_PM.ERROR >stdout;console_format
BF_PM.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_KNET.ERROR >stdout;console_format
BF_KNET.DEBUG "bf_drivers.log", 5M * 5 ;file_format
BF_BFRT.ERROR >stdout;console_format
BF_BFRT.ERROR "bf_drivers.log", 5M * 5 ;file_format
BF_P4RT.ERROR >stdout;console_format
BF_P4RT.DEBUG "bf_drivers.log", 5M * 5 ;file_format
*.ERROR >syslog , LOG_USER