Updated Settings (markdown)

Wim 2020-07-30 23:42:09 +02:00
parent 3e5492d0ea
commit 440e3eca32

@ -18,6 +18,7 @@
- [UseLocalAvatar](#uselocalavatar) - [UseLocalAvatar](#uselocalavatar)
- [General](#general) - [General](#general)
- [IgnoreFailureOnStart](#ignorefailureonstart) - [IgnoreFailureOnStart](#ignorefailureonstart)
- [LogFile](#logfile)
- [MediaDownloadBlacklist](#mediadownloadblacklist) - [MediaDownloadBlacklist](#mediadownloadblacklist)
- [MediaDownloadPath](#mediadownloadpath) - [MediaDownloadPath](#mediadownloadpath)
- [MediaDownloadSize](#mediadownloadsize) - [MediaDownloadSize](#mediadownloadsize)
@ -323,6 +324,17 @@ Example: enable it
`IgnoreFailureOnStart=true` `IgnoreFailureOnStart=true`
## LogFile
LogFile defines the location of a file to write logs into, rather than stdout.
Logging will still happen on stdout if the file cannot be open for #writing, or if the value is empty.
Note that the log won't roll, so you might want to use logrotate(8) with this feature.
Setting: OPTIONAL, GENERAL \
Format: string \
Example:
`LogFile="/var/log/matterbridge.log"`
## MediaDownloadBlacklist ## MediaDownloadBlacklist
Allows you to blacklist specific files from being downloaded. Allows you to blacklist specific files from being downloaded.