use Result;
use Config;
use path_to_log_name;
use PathBuf;
/// Resolve the log file path for given paths.
///
/// Pure computation — hashes each path (FNV-1a, deterministic) and
/// appends the log directory. No I/O beyond loading the tiny config.
/// Outputs one path per line.