]> git.koha-community.org Git - koha.git/commit
Bug 9656: Followup Make logging to a file optional (for fines)
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 28 Feb 2013 13:09:24 +0000 (14:09 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Mon, 11 Mar 2013 09:30:42 +0000 (22:30 +1300)
commit8c394e3598121d1d079c6eca591c40ede37853e1
tree5d3dc40786750c4f5d328712cc5791d9718db468
parent3db006c3b9ce97167c31f96a4e37c2be67bfce96
Bug 9656: Followup Make logging to a file optional (for fines)

The -log option become optional if the -output_dir is given.

Test plan:
call the script with
1/ no one parameter : no log file
2/ -l : log file will be created in /tmp
3/ -o=/home/koha/var/log : log file with be created in the specified
4/ -o=/home/koha/var/log -l: Same as 3/

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Comment: All combination of options tested. Works well. No errors.
Signed-off-by: Elliott Davis <elliott@bywatersolions.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
misc/cronjobs/fines.pl