Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Dec 10, 2024
1 parent 6f972e3 commit 44a8660
Showing 1 changed file with 39 additions and 22 deletions.
61 changes: 39 additions & 22 deletions mountainduck/support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,72 +10,88 @@ licensing

## Application Support Folder

Inside the application support folder, the application saves files needed for their operations e.g. settings, log data, history files, etc.
Inside the application support folder, the application saves files needed for their operations e.g. settings, log data,
history files, etc.

::::{tabs}
:::{group-tab} macOS

You can reach the application support folder by choosing `Go → Go to folder` within the *Finder* menu, copying the path below into the appearing window, and clicking on the *Open* button afterward.

`~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/`
You can reach the application support folder by choosing `Go → Go to folder` *Finder* and pasting the path
`~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/`.

:::
:::{group-tab} Windows

You can reach the application support folder by navigating to `%AppData%\Cyberduck` by copying the path into the address bar of the Explorer and press *Return* afterward.
You can reach the application support folder by navigating to `%AppData%\Cyberduck` by copying the path into the address
bar of the Explorer and press *Return*.

:::
::::

## Bug Reports and Feature Requests

[Open a new ticket](mailto:[email protected]) to report bugs you experience or features you'd like to have added. Make sure to add a detailed description of the issue including the operating system, the used protocol, the used version of Mountain Duck, and the [connection mode](../preferences.md#connect-mode).
[Open a new ticket](mailto:[email protected]) to report bugs you experience or features you'd like to have added.
Make sure to add a detailed description of the issue including the operating system, the used protocol, the used version
of Mountain Duck, and the [connection mode](../preferences.md#connect-mode).

### Logging Output

::::{tabs}
:::{group-tab} macOS
:::{tip}
Select _Show_ in _Mountain Duck → Preferences → Connection_ to reveal the log file.
:::

Log output can be found in the `mountainduck.log` file in`~/Library/Logs/Mountain Duck` or `~/Library/Containers/io.mountainduck/Data/Library/Logs/Mountain Duck` when installed from the Mac App Store respectively.
:::::{tabs}
::::{group-tab} macOS

Select _Show_ in _Mountain Duck → Preferences → Connection_ to reveal the log file. In addition to the current log file, compressed versions of the latest five cycled log files named `mountainduck-*.log.zip` are available. You can also reach this file in _Console.app_ (Open from `/Applications/Utilities`) under `Reports → Log Reports → mountainduck.log`.
Log output can be found in the `mountainduck.log` file in`~/Library/Logs/Mountain Duck` or
`~/Library/Containers/io.mountainduck/Data/Library/Logs/Mountain Duck` when installed from the Mac App Store
respectively. In addition to the current log file, compressed versions of the latest five cycled log files named
`mountainduck-*.log.zip` are available.

:::{tip}
You can also reach this file in _Console.app_ (Open from `/Applications/Utilities`) under
`Reports → Log Reports → mountainduck.log`.
:::
:::{group-tab} Windows

Log output can be found in the `mountainduck.log` file in `%AppData%\cyberduck`.
::::
::::{group-tab} Windows

Select _Show_ in _Mountain Duck → Preferences → Connection_ to reveal the log file named *mountainduck.log*. In addition to the current log file, there are compressed versions of the latest five cycled log files named `mountainduck-*.log.zip` are available.
Log output can be found in the `mountainduck.log` file in `%AppData%\cyberduck`. In addition to the current log file,
there are compressed versions of the latest five cycled log files named `mountainduck-*.log.zip` are available.

:::
::::
:::::

#### Debug Log

To enable verbose log output select _Enable debug log_ in _Mountain Duck → Preferences → Connection_.

#### Error Log

An error log is a record of critical errors that occur during the operation of the application or server. It can be a useful tool for troubleshooting.
#### Error Record

It can be reached by clicking on the Show button within _Mountain Duck → Preferences → Connection_. The file is named *mountainduck.error*.
An record of critical errors that occur during the operation of the application or server. It can be a useful tool for
troubleshooting. It can be reached by clicking on the Show button within _Mountain Duck → Preferences → Connection_. The
file is named *mountainduck.error*.

#### Installation Log

:::{admonition} Windows only
The installation log contains records of all actions performed by the setup program and by other executable files related to installation. It is required for troubleshooting if you encounter errors during the installation process. The installation log file prefixed `Mountain Duck_` can be found in `%Temp%`.
The installation log contains records of all actions performed by the setup program and by other executable files
related to installation. It is required for troubleshooting if you encounter errors during the installation process. The
installation log file prefixed `Mountain Duck_` can be found in `%Temp%`.
:::

### Feature Request

Please make sure to include a detailed description of the feature you'd like to request within [your ticket](mailto:[email protected]).
Please make sure to include a detailed description of the feature you'd like to request
within [your ticket](mailto:[email protected]).

## Crash Reports

::::{tabs}
:::{group-tab} macOS

Crash reports are saved to `~/Library/Logs/DiagnosticReports/Mountain Duck_*.crash`. On macOS 12 or later crash reports are saved to `~/Library/Logs/DiagnosticReports/Mountain Duck_*.ips`.
Crash reports are saved to `~/Library/Logs/DiagnosticReports/Mountain Duck_*.crash`. On macOS 12 or later crash reports
are saved to `~/Library/Logs/DiagnosticReports/Mountain Duck_*.ips`.

:::
:::{group-tab} Windows
Expand All @@ -87,4 +103,5 @@ Crash reports are saved to `%AppData%\cyberduck\CrashReporter`.

## Get Support

For bug reports, feature requests, or issues regarding purchase and upgrade mail to [[email protected]](mailto:[email protected]) to open a ticket.
For bug reports, feature requests, or issues regarding purchase and upgrade mail
to [[email protected]](mailto:[email protected]) to open a ticket.

0 comments on commit 44a8660

Please sign in to comment.