We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26aa332 commit 0b4d2d2Copy full SHA for 0b4d2d2
do_files/00_run.do
@@ -126,7 +126,7 @@ global figures "${outputs}/figures"
126
127
// Open log file now that paths are defined
128
capture log close
129
-log using "${logs}/00_run.log", replace
+log using "${logs}/00_run.log", replace name(master)
130
131
* %%
132
/*==============================================================================
@@ -281,7 +281,7 @@ di " - logs/ (log files)"
281
di "{hline 80}"
282
283
// Close log file
284
-log close
+log close master
285
286
// Clean up: Remove automatic log file created by Stata batch mode
287
// This removes the unwanted 00_run.log from the root directory
0 commit comments