You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by nickva <gi...@git.apache.org> on 2017/03/16 03:32:11 UTC

[GitHub] couchdb-documentation issue #108: Update documentation for logging options

Github user nickva commented on the issue:

    https://github.com/apache/couchdb-documentation/pull/108
  
    Thank, you @flimzy 
    
    I fixed a small typo in "option" (made a small commit in GH directly).
    
    The content looks good, I let's tweak the formatting a bit. I think the option example section an extra '::' before them so they stand out when they are rendered.
    
    For example:
    
    ```
       .. config:option:: syslog_port
    
            Specifies the syslog port to connect to when sending logs. Only used by
            the ``syslog`` :option:`writer <log/writer>`.
    
            [log]
            syslog_port = 514
    ```
    
    Compared to: 
    
    ```
            The delay, in seconds, between each check for which database and view
            indexes need to be compacted::
    
                [compaction_daemon]
                check_interval = 300
    ```
    
    Notice the '::' bit


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---