-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi, I've changed the logger_test.c to the following:
struct logger_config config = {
LGR_FAC_LOCAL6,
LGR_SEV_ALERT,
LGR_UDP,
LGR_FRAMING_SYSLOG_OC,
"192.168.1.3",
"514",
NULL
};
but it didn't send any UDP traffic. I also tried the following and still no luck. Can you please help?
struct logger_config config = {
LGR_FAC_LOCAL6,
LGR_SEV_ALERT,
LGR_UDP,
LGR_FRAMING_SYSLOG,
"192.168.1.3",
"514",
NULL
};
Metadata
Metadata
Assignees
Labels
No labels