Skip to content

Does it support UDP? #1

@mazkopolo

Description

@mazkopolo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions