Problem:
I would like to be able to append to the debug.log file created by Reprise instead of having to overwrite it. I am using RLM V7 and and tried the following commands:
./rlm -c tecplotlm.lic -dlog +./debug.log &
./rlm -c tecplotlm.lic -dlog +debug.log &
However, after each shutdown and startup, the debug.log file would only contain
information since the last startup. How can I accomplish this?
Solution:
The append functionality was not workign in RLM 7 but this was fixed in RLM 8. If you have RLM 7 you can workaround this byu using the shell to append stdout to the log file, like this:
rlm -c tecplotlm.lic >> debug.log &




