From 023e6e533e68dee9bc0128d0f56211dc3a0b8bc0 Mon Sep 17 00:00:00 2001 From: Willy Goiffon Date: Thu, 16 Jul 2020 12:35:13 +0200 Subject: [PATCH] matterbridge.toml.sample: Fix minor typo in LogFile description --- matterbridge.toml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index cc73ab8b..156e1f25 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1607,7 +1607,7 @@ 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 +#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. #OPTIONAL (default empty) LogFile=/var/log/matterbridge.log