user login log/notification
By B @Badarkace
- @cghague
is there a way to keep track of user log ins or trigger notification when a user logs in?
- CCharles Hague @cghague2024-01-19 02:03:22.102Z
Hi @Badarkace, thanks for your question about user logging.
TinyPilot does indeed log authentication attempts. You can find these logs by going to System, then Logs. Please note that the logs are stored in memory and will be lost when the device shuts down.
Unfortunately, we don't have a way to send a notification when a user logs in. However, our logs follow standard Linux practices, so if you're comfortable with Linux, you can SSH in and use tools like
journalctl
to interact with them. It may be that an existing tool or script could help here.