[Bug 261155] syslogd not logging programs with '.'

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 13 Jan 2022 15:13:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261155

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
Works for me on main:

markj@nuc> logger -p daemon.info -t fail2ban.jail -s Test Message fail2ban.jail
31238 - - Test Message
fail2ban.jail 29173 - - Test Message fail2ban.jail 31238 - - Test Message
markj@nuc> tail -n 1 /var/log/daemon.log
Jan 13 10:09:50 nuc fail2ban.jail[29173]: Test Message fail2ban.jail 31238 - -
Test Message

It might be a syslogd bug that has since been fixed, or a configuration
problem.  Running syslogd in the foreground with -d -F might provide some
clues.

-- 
You are receiving this mail because:
You are the assignee for the bug.