]> git.evergreen-ils.org Git - Evergreen.git/blob - OpenSRF/examples/bootstrap.conf.example
activity log is now a standalone log target: file or syslog:<facility>
[Evergreen.git] / OpenSRF / examples / bootstrap.conf.example
1 # ----------------------------------------------------------
2 # bootstrap config file
3 # ----------------------------------------------------------
4 [bootstrap]
5
6 # location of the opensrf.xml config file
7 settings_config = /path/to/opensrf.xml
8
9 # log files directory
10 log_dir                         = /path/to/log
11
12 ## Log file is either a file name or syslog:<facility> 
13 #logfile                                = osrfysys.log
14 logfile                         = syslog:local0
15
16 # defines the syslog facility for the activity log
17 #actlog                         = activity.log
18 actlog                          = syslog:local1
19
20 # log level
21 debug                                   = ERROR
22 #debug                          = INFO
23 #debug                          = DEBUG
24 #debug                          = INTERNAL
25
26 # the jabber login of the router (changing this will likely cause problems)
27 router_name                     = router
28
29 # all jabber domains we want our app to connect to
30 list:domains            = router1.domain.com, router2.domain.com
31
32 # jabber login
33 username                                = jabber_username
34
35 # jabber password
36 passwd                          = jabber_password
37
38 # if port is non-numeric (e.g. /tmp/mysock.sock) then we will attempt to
39 # connect to the specified string as a unix socket file 
40 # This works with Chop Chop jabber only (opensrf custom jabber server)
41 port                                    = 5222
42
43 # --------------------------------------
44
45 # log file names
46 [logs]
47 debug                                   = debug.log
48 error                                   = error.log
49 transport                       = transport.log
50 message                         = message.log
51 method                          = method.log
52 trace                                   = trace.log
53 opac                                    = opac.log
54
55