Fix log file pathing issues
What does this MR do and why?
This fixes log file pathing issues caused by using relative paths. Fixes #116 (closed)
Crafty would delete it's own logs and could not package log files in support logs because it continued to point to ./logs which is where Crafty's logs are stored.
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
Have you checked this doesn't interfere/conflict/duplicate someone elses work? -
Have you fully tested your changes? -
Have you resolved any lint issues? -
Have you assigned a reviewer? -
Have you applied correct labels? -
Have you updated CHANGELOG.md?
Edited by Iain Powrie