September 15, 20169 yr To avoid the endless writes to my ssd from the overachieving CP log, I moved the log directory out of the /config appdata directory and to /tmp. There is no real need to maintain the logs in the long term, and I have lots of ram for tiny logs files, so it seemed like a good idea. Tried symlink first, but that didn't work as expected. The solution was to remap the docker container path '/config/data/logs' to the '/tmp/logs' host path. This is in addition to, not in place of, the regular /config map. CP/Docker will create a appdata/couchpotato/data/logs directory anyway, but the files will land in /tmp/logs and CP will only throw a single error the first time it's created. Seems like a win/win. Thought I'd post this here to help anyone else that would like to save some life on their SSD.
Archived
This topic is now archived and is closed to further replies.