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

That is great thank you, I was looking for something along those lines