Logging file path

This commit is contained in:
vandomej 2025-09-12 11:45:20 -07:00
parent f00e246ce7
commit 15a7d61a8e

View file

@ -836,7 +836,10 @@ async fn run_1v1_simulation(
// Run simulation until score file is generated // Run simulation until score file is generated
let config1_arg = format!("-NN1Config=\"{}\"", nn_path_1.to_str().unwrap()); let config1_arg = format!("-NN1Config=\"{}\"", nn_path_1.to_str().unwrap());
warn!("Config1 Arg: {}", config1_arg);
let config2_arg = format!("-NN2Config=\"{}\"", nn_path_2.to_str().unwrap()); let config2_arg = format!("-NN2Config=\"{}\"", nn_path_2.to_str().unwrap());
warn!("Config2 Arg: {}", config2_arg);
let disable_unreal_rendering_arg = "-nullrhi".to_string(); let disable_unreal_rendering_arg = "-nullrhi".to_string();
trace!( trace!(