forked from mdavidsaver/ioclogserv2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.conf.bnl
More file actions
62 lines (47 loc) · 729 Bytes
/
Copy pathserver.conf.bnl
File metadata and controls
62 lines (47 loc) · 729 Bytes
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
[DEFAULT]
filename = /var/log/epics/%(name)s.log
maxsize = 104857600
numbackup = 10
[general]
log.level = INFO
[source]
type = receiver
#addr=
#port=7004
## Per client buffer, others are global
#buffer.period = 1.0
#buffer.size = 100
[rebroadcast]
type = sender
in = source
#addr=
#port=7014
buffer.period = 0.25
buffer.size = 1000
[caputlog]
type = tagcaputlog
in = source
[softioc]
type = filtercaputlog
in = caputlog
user = softioc
[writesoft]
type = writer
in = softioc
name = softioc
[otherca]
type = filtercaputlog
in = caputlog
user = -softioc -None
[writeepics]
type = writer
in = otherca
name = epics
[misc]
type = filtercaputlog
in = caputlog
user = None
[writeother]
type = writer
in = misc
name = misc