Y
Hacker News
new
|
ask
|
show
|
jobs
by
ominous_prime
5380 days ago
You can log the events yourself. If it's a shell script, it would be as easy as:
logger -p authpriv.notice "Some message about authentication"
1 comments
moomerman
5380 days ago
That is great thank you, I was looking for something along those lines
link