forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.logs
500 lines (500 loc) · 34.4 KB
/
docker-compose.logs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
Network rinha-nginx Creating
Network rinha-nginx Created
Container cleitinif-db-1 Creating
Container cleitinif-db-1 Created
Container cleitinif-api02-1 Creating
Container cleitinif-api01-1 Creating
Container cleitinif-api01-1 Created
Container cleitinif-api02-1 Created
Container cleitinif-haproxy-1 Creating
Container cleitinif-haproxy-1 Created
Attaching to api01-1, api02-1, db-1, haproxy-1
db-1 | The files belonging to this database system will be owned by user "postgres".
db-1 | This user must also own the server process.
db-1 |
db-1 | The database cluster will be initialized with locale "en_US.utf8".
db-1 | The default database encoding has accordingly been set to "UTF8".
db-1 | The default text search configuration will be set to "english".
db-1 |
db-1 | Data page checksums are disabled.
db-1 |
db-1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
db-1 | creating subdirectories ... ok
db-1 | selecting dynamic shared memory implementation ... posix
db-1 | selecting default max_connections ... 100
db-1 | selecting default shared_buffers ... 128MB
db-1 | selecting default time zone ... UTC
db-1 | creating configuration files ... ok
db-1 | running bootstrap script ... ok
db-1 | sh: locale: not found
db-1 | 2024-02-19 03:11:44.282 UTC [30] WARNING: no usable system locales were found
haproxy-1 | [NOTICE] (1) : New worker (8) forked
haproxy-1 | [NOTICE] (1) : Loading success.
db-1 | performing post-bootstrap initialization ... ok
db-1 | syncing data to disk ... ok
db-1 |
db-1 |
db-1 | Success. You can now start the database server using:
db-1 |
db-1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
db-1 |
db-1 | initdb: warning: enabling "trust" authentication for local connections
db-1 | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
db-1 | waiting for server to start....2024-02-19 03:11:45.995 GMT [36] LOG: starting PostgreSQL 16.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
db-1 | 2024-02-19 03:11:45.998 GMT [36] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-02-19 03:11:46.009 GMT [39] LOG: database system was shut down at 2024-02-19 03:11:45 GMT
db-1 | 2024-02-19 03:11:46.020 GMT [36] LOG: database system is ready to accept connections
db-1 | done
db-1 | server started
db-1 | CREATE DATABASE
db-1 |
db-1 |
db-1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
db-1 | CREATE TABLE
db-1 | CREATE TABLE
db-1 | INSERT 0 5
db-1 |
db-1 |
db-1 | waiting for server to shut down....2024-02-19 03:11:46.176 GMT [36] LOG: received fast shutdown request
db-1 | 2024-02-19 03:11:46.179 GMT [36] LOG: aborting any active transactions
db-1 | 2024-02-19 03:11:46.181 GMT [36] LOG: background worker "logical replication launcher" (PID 42) exited with exit code 1
db-1 | 2024-02-19 03:11:46.181 GMT [37] LOG: shutting down
db-1 | 2024-02-19 03:11:46.183 GMT [37] LOG: checkpoint starting: shutdown immediate
db-1 | 2024-02-19 03:11:46.677 GMT [37] LOG: checkpoint complete: wrote 941 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.303 s, sync=0.178 s, total=0.496 s; sync files=307, longest=0.157 s, average=0.001 s; distance=4307 kB, estimate=4307 kB; lsn=0/19252F0, redo lsn=0/19252F0
db-1 | 2024-02-19 03:11:46.682 GMT [36] LOG: database system is shut down
db-1 | done
db-1 | server stopped
db-1 |
db-1 | PostgreSQL init process complete; ready for start up.
db-1 |
db-1 | 2024-02-19 03:11:46.800 GMT [1] LOG: starting PostgreSQL 16.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
db-1 | 2024-02-19 03:11:46.800 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db-1 | 2024-02-19 03:11:46.800 GMT [1] LOG: listening on IPv6 address "::", port 5432
db-1 | 2024-02-19 03:11:46.813 GMT [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-02-19 03:11:46.824 GMT [54] LOG: database system was shut down at 2024-02-19 03:11:46 GMT
db-1 | 2024-02-19 03:11:46.832 GMT [1] LOG: database system is ready to accept connections
haproxy-1 | Connect from 172.25.0.1:49564 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49572 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46638 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46640 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46660 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46720 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46722 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46684 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46702 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46706 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46630 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46782 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46678 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46768 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46718 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46710 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46672 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46736 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46752 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46642 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46700 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46646 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46798 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46810 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46806 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46800 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46818 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46834 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46872 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46888 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46856 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46896 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46910 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46922 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46954 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46972 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46962 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46936 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46932 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46950 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47086 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47058 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47066 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47090 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47070 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46984 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46848 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47042 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47038 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47014 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47024 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47000 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:46990 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47092 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47094 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47106 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47116 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47142 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47118 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47128 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47106 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47142 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47116 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47118 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47128 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47118 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47106 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47116 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47142 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47128 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47118 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47116 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47106 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47142 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47128 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47118 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47116 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47106 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47142 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47128 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47106 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47128 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47116 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47118 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47142 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47152 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47172 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47158 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47176 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47200 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47178 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47186 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47192 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47274 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47246 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47218 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47206 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47232 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47286 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47260 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47142 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47172 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47158 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47106 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47274 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47152 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47116 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47118 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47286 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47260 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47128 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47178 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47142 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47176 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47200 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47106 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47186 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47192 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47232 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47206 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47118 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47218 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47246 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47128 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47116 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47288 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47302 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47314 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47316 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47322 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:47326 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53412 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53426 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53436 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53450 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53460 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53468 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53466 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53470 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53476 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53480 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53496 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53502 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53518 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53524 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53540 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53556 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53570 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53574 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53580 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53588 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53596 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53606 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53622 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53626 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53638 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53646 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53660 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53674 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53662 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53672 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53684 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53696 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53710 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53712 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53714 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53730 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53734 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53740 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53754 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53760 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53762 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53764 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53772 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53792 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53782 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53804 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53818 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53826 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53830 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53838 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53848 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53850 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53854 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53862 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53872 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53876 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53886 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53896 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53900 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53902 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53906 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53908 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53922 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53938 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53952 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53966 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53982 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53994 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:53998 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54000 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54012 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54028 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54040 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54052 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54056 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54072 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54076 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54078 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54094 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54104 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54106 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54108 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54122 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54136 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54148 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54162 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54168 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54170 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54178 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54190 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54200 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54214 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54224 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54240 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54252 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54260 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54272 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54274 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54290 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54306 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54312 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54328 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54334 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54340 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54344 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54348 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54358 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54366 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54380 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54382 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54400 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54390 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54412 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54416 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54428 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54444 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54448 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54452 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54456 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54470 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54476 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54486 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54494 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54524 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54508 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54530 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54556 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54546 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54572 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54582 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54598 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54600 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54608 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54618 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54634 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54642 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54656 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54668 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54680 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54690 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54706 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54722 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54736 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54748 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54754 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54766 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54770 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54786 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54794 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54800 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54816 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54832 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54840 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54848 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54854 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54856 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54860 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54872 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54878 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54886 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54894 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54902 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54928 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54918 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54930 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54934 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54938 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54952 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54956 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54978 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54966 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54986 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:54996 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55002 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55014 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55020 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55030 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55040 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55054 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55064 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55066 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55080 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55088 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55102 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55112 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55124 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55134 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55136 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55146 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55148 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55158 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55164 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55168 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55176 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55192 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55198 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55202 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55206 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55220 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55228 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55234 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55248 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:55256 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49198 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49202 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49206 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49218 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49228 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49234 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49238 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49242 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49246 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49250 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49254 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49264 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49270 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49278 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49290 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49292 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49308 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49318 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49322 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49336 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49340 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49352 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49364 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49372 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49376 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49382 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49398 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49414 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49420 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49432 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49436 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49440 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49454 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49466 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49482 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49494 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49504 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49520 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49526 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49532 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49544 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49546 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49552 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49558 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49560 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49574 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49576 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49578 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49594 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49596 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49604 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49620 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49628 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49636 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49646 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49658 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49660 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49668 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49684 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49692 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49696 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49708 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49720 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49710 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49734 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49740 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49748 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49762 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49770 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49786 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49800 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49802 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49804 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49820 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49828 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49842 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49852 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49856 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49860 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49864 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49872 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49884 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49898 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49900 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49904 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49912 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49934 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49920 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49944 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49954 to 172.25.0.5:80 (http/HTTP)
haproxy-1 | Connect from 172.25.0.1:49968 to 172.25.0.5:80 (http/HTTP)