MatrixSynapse/synapse/storage/databases/main/schema/delta
Erik Johnston e3debf9682
Add logging on startup/shutdown (#8448)
This is so we can tell what is going on when things are taking a while to start up.

The main change here is to ensure that transactions that are created during startup get correctly logged like normal transactions.
2020-10-02 15:20:45 +01:00
..
12
13
14
15
16
17
18
19
20 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
21
22
24
25 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
26
27 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
28
29
30 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
31 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
32
33 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
57 Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
58 Fix schema delta for servers that have not backfilled (#8396) 2020-09-25 09:58:32 +01:00