options.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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. ``--confdir`` `<dirname>`
  22. Uses the specified configuration directory.
  23. ``--background``
  24. Launch the application in the background (i.e. without opening the main dialog).