options.rst 1009 B

1234567891011121314151617181920212223242526272829303132
  1. You have the option of starting your Nextcloud desktop client with the
  2. ``nextcloud`` command. The following options are supported:
  3. ``nextcloud -h`` or ``nextcloud --help``
  4. Displays all command options.
  5. The other options are:
  6. ``--logwindow``
  7. Opens a window displaying log output.
  8. ``--logfile`` `<filename>`
  9. Write log output to the file specified. To write to stdout, specify `-`
  10. as the filename.
  11. ``--logdir`` `<name>`
  12. Writes each synchronization log output in a new file in the specified
  13. directory.
  14. ``--logexpire`` `<hours>`
  15. Removes logs older than the value specified (in hours). This command is
  16. used with ``--logdir``.
  17. ``--logflush``
  18. Clears (flushes) the log file after each write action.
  19. ``--logdebug``
  20. Also output debug-level messages in the log (equivalent to setting the env var QT_LOGGING_RULES="qt.*=true;*.debug=true").
  21. )
  22. ``--confdir`` `<dirname>`
  23. Uses the specified configuration directory.