diff options
author | Wim <wim@42.be> | 2020-07-30 23:46:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 23:46:03 +0200 |
commit | 1e94b716fbc4d03e6219debd1c4f1b3237ba27aa (patch) | |
tree | 71ac105865535a017f71daee00f3e9e1ea101632 /matterbridge.toml.sample | |
parent | 2a41abb3d199085e648e820ba2e2b638e3c89e69 (diff) | |
download | matterbridge-msglm-1e94b716fbc4d03e6219debd1c4f1b3237ba27aa.tar.gz matterbridge-msglm-1e94b716fbc4d03e6219debd1c4f1b3237ba27aa.tar.bz2 matterbridge-msglm-1e94b716fbc4d03e6219debd1c4f1b3237ba27aa.zip |
Fix typo in documentation (#1183)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 5f60930c..673500e2 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1625,7 +1625,7 @@ IgnoreFailureOnStart=false #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 +LogFile="/var/log/matterbridge.log" ################################################################### #Tengo configuration |