Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-12 11:36:10 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-12 16:27:27 +0300
commit631da0bbdbd6be5d5544ae980d07377732657c89 (patch)
tree934da6965a8c87cb15c2852ec0119ca6b9f64cfe /doc
parent4059d9a7dba0305d643be2726759dfc44bd0598c (diff)
Only print debug logs at debug verbosity
Ref https://symfony.com/doc/current/console/verbosity.html Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/admin.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/admin.md b/doc/admin.md
index 827bb7796..c71af1ae0 100644
--- a/doc/admin.md
+++ b/doc/admin.md
@@ -135,7 +135,7 @@ In this example, `1393` is the *account ID*.
To troubleshoot synchronization or threading problems it's helpful to run the sync from the command line while the user does not use the web interface (reduces chances of a conflict):
```bash
-php -f occ mail:account:sync 1393
+php -f occ mail:account:sync -vvv 1393
```
1393 represents the [account ID](#get-account-ids).