linuxserver / docker-transmission

GNU General Public License v3.0
577 stars 179 forks source link

[FEAT] enable log info level output #245

Closed ksurl closed 1 year ago

ksurl commented 1 year ago

Is this a new feature request?

Wanted change

add --log-level=info to transmission-daemon start

Reason for change

current image does not show any transmission log output to stdout in docker logs

Proposed code change

add --log-level=info to root/etc/s6-overlay/s6-rc.d/svc-transmission/run when starting the transmission daemon

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

ksurl commented 1 year ago

if log length is a concern, it can be added to the compose file optionally to limit the size:

logging:
  driver: json-file
  options:
    max-size: 10m
github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity