CouchDB logging configuration.
Specifies the location of file for logging output:
[log]
file = /var/log/couchdb/couch.log
This path should be readable and writable for user that runs CouchDB service (couchdb by default).
Changed in version 1.3:: Added warning level.
Logging level defines how verbose and detailed logging will be:
[log]
level = info
Available levels:
New in version 1.3.
In this section you can specify log level on a per-module basis:
[log_level_by_module]
couch_httpd = debug
couch_replicator = info
couch_query_servers = error
See src/*/*.erl for available modules.