2014-02-13 19:54:01 +04:00
|
|
|
When invoking the client from the command line, the following options are supported:
|
|
|
|
|
|
|
|
``-h``, ``--help``
|
|
|
|
shows all the below options (opens a window on Windows)
|
2013-02-09 15:23:32 +04:00
|
|
|
|
|
|
|
``--logwindow``
|
2013-08-02 13:59:57 +04:00
|
|
|
open a window to show log output.
|
2013-02-09 15:23:32 +04:00
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--logfile`` `<filename>`
|
2014-02-13 19:54:01 +04:00
|
|
|
write log output to file <filename>. To write to stdout, specify `-`
|
|
|
|
as filename
|
2013-06-19 17:06:16 +04:00
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--logdir`` `<name>`
|
|
|
|
write each sync log output in a new file in directory <name>
|
2013-02-09 15:23:32 +04:00
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--logexpire`` `<hours>`
|
|
|
|
removes logs older than <hours> hours. (to be used with --logdir)
|
|
|
|
|
|
|
|
``--logflush``
|
2013-02-09 15:23:32 +04:00
|
|
|
flush the log file after every write.
|
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--confdir`` `<dirname>`
|
|
|
|
Use the given configuration directory.
|
|
|
|
|