Skip to content

Commit 2ce5ba1

Browse files
committed
explicit mention loglevel on example
1 parent 9d91564 commit 2ce5ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCUMENTATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Radicale is really easy to install and works out-of-the-box.
2424

2525
```bash
2626
python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
27-
python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections
27+
python3 -m radicale --logging-level info --storage-filesystem-folder=~/.var/lib/radicale/collections
2828
```
2929

3030
When the server is launched, open <http://localhost:5232> in your browser!

0 commit comments

Comments
 (0)