options.rst 524 B

1234567891011121314151617181920
  1. ownCloud Client supports the following command line switches:
  2. ``--logwindow``
  3. open a window to show log output.
  4. ``--logfile`` `<filename>`
  5. write log output to file <filename>.
  6. ``--logdir`` `<name>`
  7. write each sync log output in a new file in directory <name>
  8. ``--logexpire`` `<hours>`
  9. removes logs older than <hours> hours. (to be used with --logdir)
  10. ``--logflush``
  11. flush the log file after every write.
  12. ``--confdir`` `<dirname>`
  13. Use the given configuration directory.