Coder.comC
Coder.com4y ago
19 replies
Hannsr

No Coder Logs

Taking this over from general.
What I want to do: Monitor Coder Web Logins with fail2ban just to be sure, but I can't find the logs anywhere.
System: Debian Bullseye, Coder running as Systemd Service.
Nothing else is running on the system despite what's neccessary for coder itself and standard system tools like ssh server.

Running
sudo journalctl -u coder -f | grep login

returns nothing.

Dropping the -f at least brings up something:
sudo journalctl -u coder | grep login
Dez 23 12:33:03 coder coder[3099]:  coder login https://our.domain.dev


But that is all. I also checked syslog, auth.log and systemctl status of coder, but theres nothing there as well.
Was this page helpful?