No logging by default

This commit is contained in:
Bob Mottram 2016-12-30 22:45:22 +00:00
parent ea114b507b
commit f69aa5c050
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ function matrix_configure_homeserver_yaml {
sed -i "s|database: \".*|database: \"${MATRIX_DATA_DIR}/homeserver.db\"|g" "${filepath}"
sed -i "s|media_store_path:.*|media_store_path: \"${MATRIX_DATA_DIR}/media_store\"|g" "${filepath}"
sed -i "s|pid_file:.*|pid_file: \"${MATRIX_DATA_DIR}/homeserver.pid\"|g" "${filepath}"
sed -i "s|log_file:.*|log_file: \"/dev/null\"|g" "${filepath}"
}
function matrix_diff {