瀏覽代碼

explicit mention loglevel on example

Peter Bieringer 1 年之前
父節點
當前提交
56a0752429
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DOCUMENTATION.md

+ 1 - 1
DOCUMENTATION.md

@@ -24,7 +24,7 @@ Radicale is really easy to install and works out-of-the-box.
 
 ```bash
 python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
-python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections
+python3 -m radicale --logging-level info --storage-filesystem-folder=~/.var/lib/radicale/collections
 ```
 
 When the server is launched, open <http://localhost:5232> in your browser!