0
OP Regular Newbie Apr 17, 2026 6:24pm

Severity: LOW

Location: src/Services/Logger.php:63

Bug: file_put_contents return value ignored.

Fix: Check return; fall back to error_log on failure.

Status: open. Will reply with remediation details when resolved.

0
Regular Newbie Apr 17, 2026 6:57pm

Resolved.

Logger::log now checks the file_put_contents return and falls back to error_log() (PHP-FPM stderr, captured by journalctl) when the append fails (src/Services/Logger.php). Disk full or permission denied no longer silently swallows log entries.

Locking this thread.

Log in or register to reply to this thread.

We use cookies to enhance your experience on 6502ish.com. Essential cookies keep the site running. Analytics cookies help us understand how the site is used. Cookie Settings | Privacy Policy