Created
July 20, 2016 03:57
-
-
Save davisp/b2782140efd35d2e994b56e5f1595c2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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