For Möbius add feature to disable logging
Unsolved
Syncthing
-
As a user I would like to completely disable logging. Based on syncthing support that's possible but not in the iOS syncthing settings for Möbius.
-
@captainmoron currently we run the app with
syncthing -gui-address=127.0.0.1:3000 -home=/app/data/config -no-browser -auditfile=-
I actually cannot find where other logs would go besides stdout, which according to your link is also just putting them on stdout. But I don't actively use syncthing, so I may miss something. Maybe you can pin point to which logs you mean.