Skip to content

Instantly share code, notes, and snippets.

@davisp
Created July 20, 2016 03:57
Show Gist options
  • Select an option

  • Save davisp/b2782140efd35d2e994b56e5f1595c2d to your computer and use it in GitHub Desktop.

Select an option

Save davisp/b2782140efd35d2e994b56e5f1595c2d to your computer and use it in GitHub Desktop.
[log]
; Set the log writer to use, currently known writers are:
; stderr
; file
; syslog
writer = stderr
; Options for the file writer
; file = couch.log
; write_buffer = 16384 ; bytes
; write_delay = 30000000 ; milliseconds
; Possible logging levels (sorted by level):
; none
; emergency, emerg
; alert
; critical, crit
; error, err
; warning, warn
; notice
; info
; debug
; Each controls how verbose logging will be. Higher level mean less log output.
; none level turns logging off, except for crashes.
level = info
; Log messages will be truncated if they exceed this length
max_message_size = 16000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment