Commit 3c53386
committed
Can log things to DB, even if not logging SQL queries to file #8635
The middleware is unconditionally enabled, so it can notify the
DbHandler whenever we get an active connection. However, the middleware
may or may not log SQL queries to files. This is controlled via the new
config key `logSql`.1 parent 9389c82 commit 3c53386
2 files changed
+7
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments