The logger always writes to the standard directory HOME/.open-mastr/... - even if an own path is defined as OUTPUT_PATH.
To solve this, I think we should get rid of this get_project_home_dir function that always returns the hardcoded HOME/.open-mastr/... and use the get_output_dir function everywhere in the codebase.
The logger always writes to the standard directory HOME/.open-mastr/... - even if an own path is defined as OUTPUT_PATH.
To solve this, I think we should get rid of this
get_project_home_dirfunction that always returns the hardcoded HOME/.open-mastr/... and use theget_output_dirfunction everywhere in the codebase.