Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit c7f8645

Browse files
flimzynickva
authored andcommitted
Render new options with more emphasis
1 parent c467369 commit c7f8645

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/config/logging.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Logging options
3636
- ``syslog``: Logs are sent to the syslog daemon.
3737

3838
You can also specify a full module name here if implement your own
39-
writer.
39+
writer::
4040

4141
[log]
4242
writer = stderr
4343

4444
.. config:option:: file :: Logging file path
4545
4646
Specifies the location of file for logging output. Only used by the
47-
``file`` :option:`writer <log/writer>`.
47+
``file`` :option:`writer <log/writer>`::
4848

4949
[log]
5050
file = /var/log/couchdb/couch.log
@@ -56,7 +56,7 @@ Logging options
5656
5757
Specifies the size of the file log write buffer in bytes, to enable
5858
delayed log writes. Only used by the ``file``
59-
:option:`writer <log/writer>`.
59+
:option:`writer <log/writer>`::
6060

6161
[log]
6262
write_buffer = 0
@@ -65,7 +65,7 @@ Logging options
6565
6666
Specifies the wait in milliseconds before commiting logs to disk, to
6767
enable delayed log writes. Only used by the ``file``
68-
:option:`writer <log/writer>`.
68+
:option:`writer <log/writer>`::
6969

7070
[log]
7171
write_delay = 0
@@ -109,34 +109,34 @@ Logging options
109109
.. config:option:: syslog_host
110110
111111
Specifies the syslog host to send logs to. Only used by the
112-
``syslog`` :option:`writer <log/writer>`.
112+
``syslog`` :option:`writer <log/writer>`::
113113

114-
[log]
115-
syslog_host = localhost
114+
[log]
115+
syslog_host = localhost
116116

117117
.. config:option:: syslog_port
118118
119119
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>`::
121121

122-
[log]
123-
syslog_port = 514
122+
[log]
123+
syslog_port = 514
124124

125125
.. config:option:: syslog_appid
126126
127127
Specifies application name to the ``syslog``
128-
:option:`writer <log/writer>`.
128+
:option:`writer <log/writer>`::
129129

130-
[log]
131-
syslog_appid = couchdb
130+
[log]
131+
syslog_appid = couchdb
132132

133133
.. config:option:: syslog_facility
134134
135135
Specifies the syslog facility to use with the ``syslog``
136-
:option:`writer <log/writer>`.
136+
:option:`writer <log/writer>`::
137137

138-
[log]
139-
syslog_facility = local2
138+
[log]
139+
syslog_facility = local2
140140

141141
.. _config/log_level_by_module:
142142

0 commit comments

Comments
 (0)