[GH-ISSUE #2079] [0.27.1][Proxmox] Where are logs located on a proxmox install? #1294

Closed
opened 2026-03-02 11:56:20 +03:00 by kerem · 1 comment
Owner

Originally created by @RyantHults on GitHub (Oct 29, 2025).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2079

I have installed karakeep through the proxmox helper scripts, and have been trying to get openrouter hooked up. when I run any of the AI tagging/description tasks, they both fail, and I cannot seem to figure out how to access the logs to figure out whats going on.

Apologies if it's somewhere really obvious, but I just can't seem to find where the log files are/how to access them.

Originally created by @RyantHults on GitHub (Oct 29, 2025). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2079 I have installed karakeep through the proxmox helper scripts, and have been trying to get openrouter hooked up. when I run any of the AI tagging/description tasks, they both fail, and I cannot seem to figure out how to access the logs to figure out whats going on. Apologies if it's somewhere really obvious, but I just can't seem to find where the log files are/how to access them.
kerem closed this issue 2026-03-02 11:56:20 +03:00
Author
Owner

@RyantHults commented on GitHub (Oct 29, 2025):

of course I figured it out right after I posted this. The answer is, they're services run under systemctl, so you can find their logs by finding the service name (systemctl --list-units | grep karakeep) then running journalctl -u karakeep-workers.service -b where karakeep-workers.service was my service name. My openrouter issue was related because I had defined my model name incorrectly

<!-- gh-comment-id:3464490643 --> @RyantHults commented on GitHub (Oct 29, 2025): of course I figured it out right after I posted this. The answer is, they're services run under systemctl, so you can find their logs by finding the service name (`systemctl --list-units | grep karakeep`) then running `journalctl -u karakeep-workers.service -b` where `karakeep-workers.service` was my service name. My openrouter issue was related because I had defined my model name incorrectly
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1294
No description provided.