diff --git a/runtime/src/log.rs b/runtime/src/log.rs index 50bb1f4a..57e33cfb 100644 --- a/runtime/src/log.rs +++ b/runtime/src/log.rs @@ -75,7 +75,7 @@ pub fn init_logging() { LOGGER.set(runtime_logger).expect("Cannot set LOGGER"); } -/// Switch the logging system to a file-based output. +/// Switch the logging system to a file-based output inside the given directory. pub fn switch_to_file_logging(logger_path: PathBuf) -> Result<(), Box>{ let log_path = FileSpec::default() .directory(logger_path)