File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Radicale is really easy to install and works out-of-the-box.
24
24
25
25
``` bash
26
26
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
28
28
```
29
29
30
30
When the server is launched, open < http://localhost:5232 > in your browser!
Original file line number Diff line number Diff line change 112
112
113
113
# Threshold for the logger
114
114
# Value: debug | info | warning | error | critical
115
- #level = warning
115
+ #level = info
116
116
117
117
# Don't include passwords in logs
118
118
#mask_passwords = True
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ def _convert_to_bool(value: Any) -> bool:
222
222
"internal" : web .INTERNAL_TYPES })])),
223
223
("logging" , OrderedDict ([
224
224
("level" , {
225
- "value" : "warning " ,
225
+ "value" : "info " ,
226
226
"help" : "threshold for the logger" ,
227
227
"type" : logging_level }),
228
228
("mask_passwords" , {
You can’t perform that action at this time.
0 commit comments