homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 240 forks source link

relocate homebridge.log to /homebridge/logs #416

Closed colinbendell closed 2 years ago

colinbendell commented 2 years ago

On an RPI system where we want to reduce IO writes, we want to use a tmpfs mounting for logs.

In 45-user-data the directory /homebridge/logs is created. Yet, the actual logs produced by the system dump logs to /homebridge/homebridge.log . Using a file under /homebridge makes the use of tmpfs impossible since it requires a directory mapping.

Solution: relocate /homebridge/homebridge.log to /homebridge/logs

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

colinbendell commented 2 years ago

@oznu Any chance you can merge my PR? The bot keeps marking this issue as stale, yet there is a functioning PR ready to merge

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

colinbendell commented 2 years ago

@oznu Any chance you can merge my PR? The bot keeps marking this issue as stale, yet there is a functioning PR ready to merge

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

colinbendell commented 2 years ago

Monthly message to reset the stale-bot. Waiting on @oznu to merge the PR

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.