Hi,
After executing "example/bin/sasunit.setup.9.4.en.cmd" and then "example/bin/sasunit.9.4.windows.en.overwrite.full.cmd" (SASUnit v2.1), I find that the doc main page (example/en/doc/overview.html) reports (and links to) "SAS log of reporting job" = "en/logs/run_all.log", however that file does not exist.
Shouldn't it refer to "en/logs/log4sasunit_run_all.log" instead ?
Where is the code that generates that value ?
Many thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I adjusted the paths to the folders and the path to the new location of the log file. Bit did not check this link.
The respective lines are in the program: _reporthomehtml.sas
In lines 167 to 173 the option LOG is evaluated to get the name of the log file.
Obviously the option log does not conform to the name of the overall log file specified in logconfig.xml
I will check on an alternative implementation and come back to you.
My findings will be carried over to the next release.
Thanks for the feedback.
Regards
Klaus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
After executing "example/bin/sasunit.setup.9.4.en.cmd" and then "example/bin/sasunit.9.4.windows.en.overwrite.full.cmd" (SASUnit v2.1), I find that the doc main page (example/en/doc/overview.html) reports (and links to) "SAS log of reporting job" = "en/logs/run_all.log", however that file does not exist.
Shouldn't it refer to "en/logs/log4sasunit_run_all.log" instead ?
Where is the code that generates that value ?
Many thanks
Hi,
your perfectly right.
I adjusted the paths to the folders and the path to the new location of the log file. Bit did not check this link.
The respective lines are in the program: _reporthomehtml.sas
In lines 167 to 173 the option LOG is evaluated to get the name of the log file.
Obviously the option log does not conform to the name of the overall log file specified in logconfig.xml
I will check on an alternative implementation and come back to you.
My findings will be carried over to the next release.
Thanks for the feedback.
Regards
Klaus
Hi,
I did not find a way to read existing log4sass_appenders and query their file location.
So I coded the name of the log file explicitly.
Please change lines 167 to 173 as follows:
Old version
New version
Sorry for that bug.
Regards
Klaus