#1092 Issue closed: user setting LOGFILE is not used sufficiently

Labels: fixed / solved / done, minor bug

jsmeix opened issue at 2016-11-30 11:35:

The user can set LOGFILE in local.conf
but that setting is not sufficiently used.

It is only used locally at the end of usr/sbin/rear

But the logfile that gets copied to the NETFS location
has hardcoded name "rear.log", cf.
usr/share/rear/output/default/950_copy_result_files.sh

And the partial logfile that gets copied to initramfs
has hardcoded name "rear-partial-...", cf.
usr/share/rear/rescue/default/910_copy_logfile.sh

jsmeix commented at 2016-11-30 11:46:

This issue should be fixed with
https://github.com/rear/rear/pull/1091


[Export of Github issue for rear/rear.]