linuxserver / docker-resilio-sync

GNU General Public License v3.0
145 stars 25 forks source link

a large number of log files #45

Closed youland closed 1 year ago

youland commented 1 year ago

Is there an existing issue for this?

Current Behavior

resilio-sync installed on deiban,I found 222d9a15d36c369ab53c3f2b47b31a8446689f02096703b7cc077e916c8e53f9-json.log that it is resilio-sync log,it is 8GB!!! How can I close this log?

Expected Behavior

close log.

Steps To Reproduce

docker logs -f resiliosync

Environment

- OS:debian 11
- How docker service was installed:

CPU architecture

x86-64

Docker creation

docker run -d \
  --name=resilio-sync \
  -e PUID=0 \
  -e PGID=0 \
  -e UMASK=000 \
  -e TZ=Asia/Shanghai \
  -p 8888:8888 \
  -p 55555:55555 \
  -v /usr/local/etc/docker/resiliosync:/config \
  -v /mnt/Public/NetDisk/ResilioSync:/downloads \
  -v /mnt/Public/NetDisk/ResilioSync:/sync \
  --restart unless-stopped \
  linuxserver/resilio-sync:latest

Container logs

a large number of log.
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.

youland commented 1 year ago

Resolved,open gui,close:enable debug logging.

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