Skip to content

Commit 51c6cee

Browse files
Describe disabling logpath to make syslog work
I was confused about how to make the `syslog` config work because, even though I had not set `logpath`, the default value kept `syslog` from working. I tried setting it to an empty string, but that failed with a failed pattern check. I had to look into the code to find out that I can also set it to `false` and that made it work.
1 parent d9402c9 commit 51c6cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ textSearchEnabled=true). Default: None
497497
##### `syslog`
498498
Sends all logging output to the host’s syslog system rather than to standard
499499
output or a log file. Default: None
500-
*Important*: You cannot use syslog with logpath.
500+
*Important*: You cannot use syslog with logpath. Set logpath to false to disable it.
501501

502502
##### `slave`
503503
Set to true to configure the current instance to act as slave instance in a

0 commit comments

Comments
 (0)