test: circolog binding to /dev/log #21
Labels
No labels
bug
circologctl
doc
duplicate
enhancement
help wanted
invalid
question
security
syslog
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: boyska/circolog#21
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
we should be able to be the "main" logger on the system. check if it is really possible, and document it
binding to
/dev/log
kinda works, but I think there is some error involving message formats.If I send messages with
echo $RANDOM|logger
(without any options), I have missing fields when I docircolog-tail
.If I use
echo $RANDOM|logger --rfc5424
, it works fine.Debug should be done to determine:
PS: of course you need to be sure there is nothing else on your
/dev/log
. On many systemd-based distro, this meansfixed together with #23