Skip to content
Snippets Groups Projects

Restructure log location

Merged Ashwin Kumar Karnad requested to merge restructure-log-location into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -94,6 +94,8 @@ def create_log_file_names(
# if toolchain is given, then we build the build_log_file_name
if action in ["install", "remove"]:
log_template = config_vars["build_log_template"]
else:
return None
else:
# if toolchain is not given, then we build the installer_log_file_name
log_template = config_vars["installer_log_template"]
Loading