mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-29 18:08:31 +00:00
Use TOML instead of INI highlight syntax
This commit is contained in:
parent
247700ebe2
commit
ed428fdbc1
4 changed files with 10 additions and 10 deletions
|
@ -21,7 +21,7 @@ option in the `logging` section. The file format is explained in the
|
|||
[Python Logging Module](https://docs.python.org/3/library/logging.config.html#configuration-file-format).
|
||||
|
||||
An example configuration to write the log output to the file `/var/log/radicale/log`:
|
||||
```ini
|
||||
```toml
|
||||
[loggers]
|
||||
keys = root
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue