Guestbook Logging

194 2026-08-05 note ♈︎ ♄︎

The guestbook system maintains a change log to track who added entries and when.

Log format: [timestamp] username: action

# Guestbook Change Log
# Format: [timestamp] username: action

The add script appends entries like [2026-08-05 14:30:22] brennan: Added entry to the log file.

This audit trail prevents anonymous entries and makes it easier to identify abuse or spam.

See Guestbook Maintenance for log rotation strategies to prevent the file from growing too large.