mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 21:19:32 +01:00
Updated Settings (markdown)
parent
3e5492d0ea
commit
440e3eca32
12
Settings.md
12
Settings.md
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user