Commit 792c5316 authored by antirez's avatar antirez
Browse files

CONFIG GET syslog-facility added.

Was missing for some reason. Trivial to add after config.c refactoring.
parent 50b41b6a
......@@ -1123,6 +1123,8 @@ void configGetCommand(redisClient *c) {
server.supervised_mode,supervised_mode_enum);
config_get_enum_field("appendfsync",
server.aof_fsync,aof_fsync_enum);
config_get_enum_field("syslog-facility",
server.syslog_facility,syslog_facility_enum);
/* Everything we can't handle with macros follows. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment