* Use environment home instead of hard coding home_path
* Fix Makefile
* Use PathBuf instead of format. Catch else fore /tmp/ default directory
* Restore logpath for deployment. Resolve warning from copy() not having err handled.
* Undo add #[cfg(debug_assertions)] in wrong place.