@@ -36,15 +36,15 @@ Logging options
36
36
- ``syslog ``: Logs are sent to the syslog daemon.
37
37
38
38
You can also specify a full module name here if implement your own
39
- writer.
39
+ writer::
40
40
41
41
[log]
42
42
writer = stderr
43
43
44
44
.. config :option :: file :: Logging file path
45
45
46
46
Specifies the location of file for logging output. Only used by the
47
- ``file `` :option: `writer <log/writer> `.
47
+ ``file `` :option: `writer <log/writer> `::
48
48
49
49
[log]
50
50
file = /var/log/couchdb/couch.log
@@ -56,7 +56,7 @@ Logging options
56
56
57
57
Specifies the size of the file log write buffer in bytes, to enable
58
58
delayed log writes. Only used by the ``file ``
59
- :option: `writer <log/writer> `.
59
+ :option: `writer <log/writer> `::
60
60
61
61
[log]
62
62
write_buffer = 0
@@ -65,7 +65,7 @@ Logging options
65
65
66
66
Specifies the wait in milliseconds before commiting logs to disk, to
67
67
enable delayed log writes. Only used by the ``file ``
68
- :option: `writer <log/writer> `.
68
+ :option: `writer <log/writer> `::
69
69
70
70
[log]
71
71
write_delay = 0
@@ -109,34 +109,34 @@ Logging options
109
109
.. config :option :: syslog_host
110
110
111
111
Specifies the syslog host to send logs to. Only used by the
112
- ``syslog `` :option: `writer <log/writer> `.
112
+ ``syslog `` :option: `writer <log/writer> `::
113
113
114
- [log]
115
- syslog_host = localhost
114
+ [log]
115
+ syslog_host = localhost
116
116
117
117
.. config :option :: syslog_port
118
118
119
119
Specifies the syslog port to connect to when sending logs. Only used by
120
- the ``syslog `` :option: `writer <log/writer> `.
120
+ the ``syslog `` :option: `writer <log/writer> `::
121
121
122
- [log]
123
- syslog_port = 514
122
+ [log]
123
+ syslog_port = 514
124
124
125
125
.. config :option :: syslog_appid
126
126
127
127
Specifies application name to the ``syslog ``
128
- :option: `writer <log/writer> `.
128
+ :option: `writer <log/writer> `::
129
129
130
- [log]
131
- syslog_appid = couchdb
130
+ [log]
131
+ syslog_appid = couchdb
132
132
133
133
.. config :option :: syslog_facility
134
134
135
135
Specifies the syslog facility to use with the ``syslog ``
136
- :option: `writer <log/writer> `.
136
+ :option: `writer <log/writer> `::
137
137
138
- [log]
139
- syslog_facility = local2
138
+ [log]
139
+ syslog_facility = local2
140
140
141
141
.. _config/log_level_by_module :
142
142
0 commit comments