9-FS / nhentai_archivist

downloads hentai from nhentai.net and converts to CBZ
MIT License
114 stars 6 forks source link

Log Path #17

Closed xNVrAojkVY closed 1 month ago

xNVrAojkVY commented 1 month ago

The log directory gets created in ./log. Please let us set the log path in the .env.

Thanks for your work.

9-FS commented 1 month ago

Hello, this behaviour is hard-coded into the ./src/main.rs which I use almost unchanged for all my projects. Changes there have implications for all my projects which is my I like to keep things as simple as possible.

So to judge if this change is worth it, please tell me why you'd need to change the log filepath and why you can't use the docker volume mapping to get the desired behaviour.

xNVrAojkVY commented 1 month ago

I reached my goal with the docker mappings.