summaryrefslogtreecommitdiffstats
path: root/dispatcher/elapi_dispatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'dispatcher/elapi_dispatcher.c')
-rw-r--r--dispatcher/elapi_dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatcher/elapi_dispatcher.c b/dispatcher/elapi_dispatcher.c
index ad943c4..2f54ce8 100644
--- a/dispatcher/elapi_dispatcher.c
+++ b/dispatcher/elapi_dispatcher.c
@@ -30,7 +30,7 @@
char sink_collection[] = "sinks";
char def_application_name[] = "default";
-char *default_sinks[] = { "ipa","kernel","syslog","file","stderr", NULL };
+char *default_sinks[] = { "remote","altremote","kernel","syslog","db","file","failover","stderr", NULL };
/* Structure to pass data from logging function to sinks */