forked from maziggy/bambuddy
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Logs
Marko@VMHOMELAB edited this page Jun 13, 2026
·
1 revision
Logs are the first place to check when something is not behaving correctly.
docker compose logs -f printbuddyFor a shorter recent view:
docker compose logs --tail=200 printbuddyThe default compose file mounts:
/app/logs
into the printbuddy_logs Docker volume.
- Startup errors.
- Database migration errors.
- Printer connection failures.
- HTTP status errors from Moonraker, PrusaLink, or camera URLs.
- Authentication or permission errors.
- Repeated reconnect loops.
Never paste secrets. Redact:
- Printer access codes.
- API tokens.
- Passwords.
- Cloud tokens.
- SMTP/MQTT credentials.