forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit75a47b6
committed
Change debug printing to log filename
When restarting the cluster fails the code introduced in3377497printed the full log contents to aid debugging. For cases when thelogfile is large this adds unnecessary overhead. Reduce to printingthe logfile path instead.Reported-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/20240406214439.2n4zf2w7ukhf7dsy@awork3.anarazel.de1 parent626603d commit75a47b6
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
951 | 951 |
| |
952 | 952 |
| |
953 | 953 |
| |
954 |
| - | |
955 |
| - | |
| 954 | + | |
| 955 | + | |
956 | 956 |
| |
957 | 957 |
| |
958 | 958 |
| |
| |||
1090 | 1090 |
| |
1091 | 1091 |
| |
1092 | 1092 |
| |
1093 |
| - | |
1094 |
| - | |
| 1093 | + | |
| 1094 | + | |
1095 | 1095 |
| |
1096 | 1096 |
| |
1097 | 1097 |
| |
|
0 commit comments
Comments
(0)