No logging by default
This commit is contained in:
parent
ea114b507b
commit
f69aa5c050
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue