## Problem Many log statements use `privacy: .public` for container IDs, image names. Visible to any process via `log stream`. **Files:** `ArcBox/Logging.swift`, various ViewModels ## Fix Audit all log statements. Use `.private` for user-specific identifiers.
Problem
Many log statements use
privacy: .publicfor container IDs, image names. Visible to any process vialog stream.Files:
ArcBox/Logging.swift, various ViewModelsFix
Audit all log statements. Use
.privatefor user-specific identifiers.