- Notifications
You must be signed in to change notification settings - Fork5
Commit559d535
committed
Lessen library-loading log level.
Previously, messages were emitted at the LOG level every time abackend preloaded a library. That was acceptable (though unnecessary)for shared_preload_libraries; but it was excessive forlocal_preload_libraries and session_preload_libraries. Reduce toDEBUG1.Also, there was logic in the EXEC_BACKEND case to avoid repeatedmessages for shared_preload_libraries by demoting them toDEBUG2. DEBUG1 seems more appropriate there, as well, so eliminatethat special case.Peter Geoghegan.1 parent36a3be6 commit559d535
1 file changed
+1
-14
lines changedLines changed: 1 addition & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1240 | 1240 |
| |
1241 | 1241 |
| |
1242 | 1242 |
| |
1243 |
| - | |
1244 | 1243 |
| |
1245 | 1244 |
| |
1246 | 1245 |
| |
| |||
1262 | 1261 |
| |
1263 | 1262 |
| |
1264 | 1263 |
| |
1265 |
| - | |
1266 |
| - | |
1267 |
| - | |
1268 |
| - | |
1269 |
| - | |
1270 |
| - | |
1271 |
| - | |
1272 |
| - | |
1273 |
| - | |
1274 |
| - | |
1275 |
| - | |
1276 |
| - | |
1277 | 1264 |
| |
1278 | 1265 |
| |
1279 | 1266 |
| |
| |||
1291 | 1278 |
| |
1292 | 1279 |
| |
1293 | 1280 |
| |
1294 |
| - | |
| 1281 | + | |
1295 | 1282 |
| |
1296 | 1283 |
| |
1297 | 1284 |
| |
|
0 commit comments
Comments
(0)