modin
modin copied to clipboard
Allow users to set different path for Modin logs
The path for Modin logs is currently set to .modin/logs/job_{job_id}/{log_name}.log by default. We should allow users to set a different path for the Modin logs with an environment variable.
Are you planning on doing this @pyrito? It seems like a pretty quick fix, so I can take it on if you're busy.
@noloerino yeah I am planning on doing this. Thanks!