From 99dca430509ebed57e6dddd1d35efa4c8835c2e8 Mon Sep 17 00:00:00 2001 From: C Bhushan Date: Mon, 7 Sep 2015 11:39:05 -0700 Subject: [PATCH] updated with -logfile option --- users/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/faq.rst b/users/faq.rst index b98316e4d..426503387 100644 --- a/users/faq.rst +++ b/users/faq.rst @@ -230,7 +230,7 @@ Where do Syncthing logs go to? Syncthing logs to stdout by default. On Windows Syncthing by default also creates ``syncthing.log`` in Syncthing's home directory (check ``-help`` to see -where that is). +where that is). Command line option ``-logfile`` can be used to specify user-defined logfile. How do I upgrade Syncthing? ~~~~~~~~~~~~~~~~~~~~~~~~~~~