Relative links to a lower level..?

This commit is contained in:
Hans van Zijst 2024-11-04 15:25:28 +01:00
parent 4f54f529ab
commit d764827670
Signed by untrusted user: hans
GPG key ID: 43DBCC37BFDEFD72
2 changed files with 18 additions and 1 deletions

10
postgresql/README.md Normal file
View file

@ -0,0 +1,10 @@
---
gitea: none
include_toc: true
---
# PostgreSQL database

View file

@ -42,8 +42,15 @@ There are two different ways to configure Synapse, documented here:
We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable. We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable.
# Database
## Logging The default installation leaves you with an sqlite3 database. Nice for experimenting, but
unsuitable for a production environment.
[Here's how you setup PostgreSQL](../postgres).
# Logging
Logging is configured in `log.yaml`. Some logging should go to systemd, the Logging is configured in `log.yaml`. Some logging should go to systemd, the
more specific logging to Synapse's own logfile(s). more specific logging to Synapse's own logfile(s).