Commit a0ab37b
chore: remove high-frequency debug logs from SQLite connection utils (#1082)
Per-connection PRAGMA and open/close debug lines fire on every DB access,
flooding the detail log during mass-eval runs. The PRAGMA configuration is
self-evident from the code; no diagnostic value is lost.
Co-authored-by: florath-ai-assistant[bot] <Andreas.Florath@telekom.de>1 parent 81a1d8c commit a0ab37b
1 file changed
+0
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
| |||
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
40 | | - | |
41 | | - | |
42 | 35 | | |
43 | 36 | | |
44 | | - | |
45 | 37 | | |
46 | 38 | | |
47 | | - | |
48 | | - | |
49 | 39 | | |
50 | | - | |
51 | | - | |
52 | 40 | | |
53 | | - | |
54 | 41 | | |
55 | 42 | | |
56 | 43 | | |
| |||
84 | 71 | | |
85 | 72 | | |
86 | 73 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 74 | | |
92 | 75 | | |
93 | 76 | | |
| |||
106 | 89 | | |
107 | 90 | | |
108 | 91 | | |
109 | | - | |
110 | 92 | | |
111 | 93 | | |
112 | 94 | | |
| |||
0 commit comments