Skip to main content

audit_log_path

Function audit_log_path 

Source
pub fn audit_log_path(date_yyyy_mm_dd: &str) -> PathBuf
Expand description

Audit-log directory: ~/.flow-studio/logs/audit/. Created lazily.

Co-located with the app’s general tracing logs (see apps/frontend/src-tauri/src/logging.rs) so users have a single folder to inspect when investigating an issue. Earlier builds wrote to ~/.flow-studio/audit/ and then ~/flow-studio/Logs/audit/; neither is written any more, and stale logs there can be moved or deleted manually.