mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
f9c380d45b
Since we've taken upon ourselves to create a log file by default on Windows, this adds proper management of that log file. There are two new options: -log-max-old-files="3" Number of old files to keep (zero to keep only current). -log-max-size="10485760" Maximum size of any file (zero to disable log rotation). The default values result in four files (syncthing.log, synchting.0.log, ..., syncthing.3.log) each up to 10 MiB in size. To not use log rotation at all, the user can say --log-max-size=0. |
||
---|---|---|
.. | ||
.gitignore | ||
.stfolder | ||
blockprof.go | ||
crash_reporting_test.go | ||
crash_reporting.go | ||
debug.go | ||
heapprof.go | ||
main.go | ||
monitor_test.go | ||
monitor.go | ||
openurl_unix.go | ||
openurl_windows.go | ||
perfstats_unix.go | ||
traceback.go | ||
usage.go |