Skip to content

Commit

Permalink
Minor docs correction his-has
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Oct 19, 2020
1 parent 3364d2b commit eadf8c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/modules/ROOT/pages/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Here you can find some of the most frequently asked questions about the ownCloud

=== Compatibility with older ownCloud server

ownCloud Android app 2.15 his minimum requirement of ownCloud server 10.0 or later.
ownCloud Android app 2.15 has minimum requirement of ownCloud server 10.0 or later.

ownCloud Android app 2.9 his minimum requirement ownCloud server 9.0 or later.
ownCloud Android app 2.9 has minimum requirement ownCloud server 9.0 or later.

Check {android-legacy-central-url}[this post in the community forum] how to install older versions.

=== Compatibility with older Android version

ownCloud Android app 2.15 his minimum requirement of Android 5.0 or later. Check {android-legacy-central-url}[this post in the community forum] how to install older versions.
ownCloud Android app 2.15 has minimum requirement of Android 5.0 or later. Check {android-legacy-central-url}[this post in the community forum] how to install older versions.

=== Login with TOTP and other 2FA

Expand Down Expand Up @@ -51,4 +51,4 @@ We use Transifex for translations. Please {android-app-tx-url}[register here] fo

=== Testing new features

Use {android-app-beta-url}[this link] to join the beta program on Android.
Use {android-app-beta-url}[this link] to join the beta program on Android.
14 changes: 7 additions & 7 deletions docs/modules/ROOT/pages/troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ If your issue is an app crash, also the Logcat log can be helpful. To get it:
4. In the three-dot-button (top right corner), select Logcat
5. Send History

Deleting the history before getting logs is a good practice that will help the team to debug the problem, avoiding innecesary noise.
Deleting the history before getting logs is a good practice that will help the team to debug the problem, avoiding unnecessary noise.

### ownCloud server Log File

The ownCloud server also maintains an ownCloud specific log file. This log file must be enabled through the ownCloud Administration page. On that page, you can adjust the log level. We recommend that when setting the log file level that you set it to a verbose level like `Debug` or `Info`.

You can view the server log file using the web interface or you can open it directly from the file system in the ownCloud server data directory.

You can find more information about ownCloud server logging at {owncloud-docs-server-logging}.
Expand All @@ -47,17 +47,17 @@ You can find more information about ownCloud server logging at {owncloud-docs-se

It can be helpful to view your webserver's error log file to isolate any ownCloud-related problems. For Apache on Linux, the error logs are typically located in the `/var/log/apache2` directory. Some helpful files include the following:

- `error_log` -- Maintains errors associated with PHP code.
- `error_log` -- Maintains errors associated with PHP code.
- `access_log` -- Typically records all requests handled by the server; very useful as a debugging tool because the log line contains information specific to each request and its result.
The ownCloud Android app sends the `X-REQUEST-ID` header with every request. You'll find the `X-REQUEST-ID` in the `owncloud.log`, and you can configure your webserver to add the `X-REQUEST-ID` to the logs. {owncloud-docs-server-tracing}[Here] you can find more information.

The ownCloud Android app sends the `X-REQUEST-ID` header with every request. You'll find the `X-REQUEST-ID` in the `owncloud.log`, and you can configure your webserver to add the `X-REQUEST-ID` to the logs. {owncloud-docs-server-tracing}[Here] you can find more information.

You can find more information about Apache logging at this {apache-docs-logging}[link].

== Tools

=== mitmproxy

mitmproxy is an interactive man-in-the-middle proxy for HTTP and HTTPS with a console interface. At ownCloud we use it a lot to investigate every detail of HTTP requests and responses:
mitmproxy is an interactive man-in-the-middle proxy for HTTP and HTTPS with a console interface. At ownCloud we use it a lot to investigate every detail of HTTP requests and responses:
{mitmproxy-url}

0 comments on commit eadf8c4

Please sign in to comment.