From b114100aff92262637683d0599769bccd16e92ee Mon Sep 17 00:00:00 2001 From: Willy Goiffon Date: Thu, 16 Jul 2020 12:30:45 +0200 Subject: [PATCH] Explain the "LogFile" setting in matterbridge.toml.sample --- matterbridge.toml.sample | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 975078c7..cc73ab8b 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1604,6 +1604,14 @@ MediaDownloadBlacklist=[".html$",".htm$"] #OPTIONAL (default false) IgnoreFailureOnStart=false +#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 the the log won't roll, so +#you might want to use logrotate(8) with this feature. +#OPTIONAL (default empty) +LogFile=/var/log/matterbridge.log + ################################################################### #Tengo configuration ###################################################################