I enabled logging by adding
"--log=/home/michel/calibre_logs/calibre_log --access-log=/home/michel/calibre_logs/calibre_access_logs" to my systemctl service file. (full file below)
Quote:
│ File: /etc/systemd/system/calibre-server.service
───────┼────────────────────────────────────────── ────────────────────────────────────────────────── ────────────────────────────────────────────────── ────────────────────────────────────────────────── ──────────
1 │ [Unit]
2 │ Description=Calibre Server
3 │ After=network.target
4 │
5 │ [Service]
6 │ Type=simple
7 │ User=michel
8 │ Group=michel
9 │ ExecStart=/opt/calibre/calibre-server /mnt/Hoard/Library/Adult /mnt/Hoard/Library/Fiction /mnt/Hoard/Library/Non-Fiction /mnt/Hoard/Library/WitchcraftAndWicca /mnt/Hoard/Library/DungeonsAndDragons /mnt
│ /Hoard/Library/YoungAdultFiction /mnt/Hoard/Library/Childrens --enable-local-write --log=/home/michel/calibre_logs/calibre_log --access-log=/home/michel/calibre_logs/calibre_access_logs
10 │
11 │ [Install]
12 │ WantedBy=multi-user.target
|