mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
CONFIG GET syslog-facility added.
Was missing for some reason. Trivial to add after config.c refactoring.
This commit is contained in:
parent
50b41b6ad3
commit
792c531688
@ -1123,6 +1123,8 @@ void configGetCommand(redisClient *c) {
|
|||||||
server.supervised_mode,supervised_mode_enum);
|
server.supervised_mode,supervised_mode_enum);
|
||||||
config_get_enum_field("appendfsync",
|
config_get_enum_field("appendfsync",
|
||||||
server.aof_fsync,aof_fsync_enum);
|
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. */
|
/* Everything we can't handle with macros follows. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user