forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.logs
500 lines (500 loc) · 48.6 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 jpaf_rinha Creating
Network jpaf_rinha Created
Container jpaf-db-1 Creating
Container jpaf-db-1 Created
Container jpaf-api01-1 Creating
Container jpaf-api02-1 Creating
Container jpaf-api02-1 Created
Container jpaf-api01-1 Created
Container jpaf-nginx-1 Creating
Container jpaf-nginx-1 Created
Attaching to api01-1, api02-1, db-1, nginx-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 ... Etc/UTC
db-1 | creating configuration files ... ok
db-1 | running bootstrap script ... ok
db-1 | performing post-bootstrap initialization ... ok
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 | 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 | waiting for server to start....2024-02-19 09:13:33.158 UTC [48] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
db-1 | 2024-02-19 09:13:33.159 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-02-19 09:13:33.160 UTC [51] LOG: database system was shut down at 2024-02-19 09:13:32 UTC
db-1 | 2024-02-19 09:13:33.163 UTC [48] 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 | DO
db-1 |
db-1 |
db-1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/postgresql.conf
db-1 |
db-1 | waiting for server to shut down...2024-02-19 09:13:33.430 UTC [48] LOG: received fast shutdown request
db-1 | .2024-02-19 09:13:33.430 UTC [48] LOG: aborting any active transactions
db-1 | 2024-02-19 09:13:33.432 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
db-1 | 2024-02-19 09:13:33.433 UTC [49] LOG: shutting down
db-1 | 2024-02-19 09:13:33.433 UTC [49] LOG: checkpoint starting: shutdown immediate
db-1 | 2024-02-19 09:13:33.438 UTC [49] LOG: checkpoint complete: wrote 934 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.006 s, sync=0.001 s, total=0.006 s; sync files=0, longest=0.000 s, average=0.000 s; distance=4286 kB, estimate=4286 kB; lsn=0/191A3B8, redo lsn=0/191A3B8
db-1 | 2024-02-19 09:13:33.445 UTC [48] 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 09:13:33.557 UTC [1] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
db-1 | 2024-02-19 09:13:33.557 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db-1 | 2024-02-19 09:13:33.557 UTC [1] LOG: listening on IPv6 address "::", port 5432
db-1 | 2024-02-19 09:13:33.558 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db-1 | 2024-02-19 09:13:33.559 UTC [66] LOG: database system was shut down at 2024-02-19 09:13:33 UTC
db-1 | 2024-02-19 09:13:33.562 UTC [1] LOG: database system is ready to accept connections
api01-1 | INFO: 2024/02/19 09:13:37 Config initialized successfully
api01-1 | [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
api01-1 |
api01-1 | [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
api01-1 | - using env: export GIN_MODE=release
api01-1 | - using code: gin.SetMode(gin.ReleaseMode)
api01-1 |
api01-1 | [GIN-debug] POST /clientes/:id/transacoes --> github.com/jpalvesfernandes/rinha-backend-2024-q1/handler.CreateTransaction (3 handlers)
api01-1 | [GIN-debug] GET /clientes/:id/extrato --> github.com/jpalvesfernandes/rinha-backend-2024-q1/handler.GetStatement (3 handlers)
api01-1 | [GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
api01-1 | Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
api01-1 | [GIN-debug] Environment variable PORT is undefined. Using port :8080 by default
api01-1 | [GIN-debug] Listening and serving HTTP on :8080
api02-1 | INFO: 2024/02/19 09:13:37 Config initialized successfully
api02-1 | [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
api02-1 |
api02-1 | [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
api02-1 | - using env: export GIN_MODE=release
api02-1 | - using code: gin.SetMode(gin.ReleaseMode)
api02-1 |
api02-1 | [GIN-debug] POST /clientes/:id/transacoes --> github.com/jpalvesfernandes/rinha-backend-2024-q1/handler.CreateTransaction (3 handlers)
api02-1 | [GIN-debug] GET /clientes/:id/extrato --> github.com/jpalvesfernandes/rinha-backend-2024-q1/handler.GetStatement (3 handlers)
api02-1 | [GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
api02-1 | Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
api02-1 | [GIN-debug] Environment variable PORT is undefined. Using port :8080 by default
api02-1 | [GIN-debug] Listening and serving HTTP on :8080
nginx-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
api01-1 | INFO: 2024/02/19 09:13:39 Account details fetched successfully: id 1
api01-1 | [GIN] 2024/02/19 - 09:13:39 | 200 | 3.538968ms | 172.31.0.5 | GET "/clientes/1/extrato"
api02-1 | INFO: 2024/02/19 09:13:39 Account details fetched successfully: id 1
api02-1 | [GIN] 2024/02/19 - 09:13:39 | 200 | 2.900133ms | 172.31.0.5 | GET "/clientes/1/extrato"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 6.026406ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 8.05402ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 8.293427ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 2.569486ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 3.562087ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 6.469811ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 23.034544ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 32.384634ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 35.650636ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 37.069889ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 41.665411ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 43.436496ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 45.560991ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 102.09252ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 108.022087ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 113.726547ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 114.379ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 114.494633ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 116.328443ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 120.021863ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 119.376864ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 121.400775ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 122.104041ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 122.40393ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:44 Transaction created: id: 1 amount: 1 type: d description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:44 | 200 | 125.129042ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:45 Account details fetched successfully: id 1
api02-1 | [GIN] 2024/02/19 - 09:13:45 | 200 | 2.679371ms | 172.31.0.5 | GET "/clientes/1/extrato"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 1.501085ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 5.475866ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 5.25012ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 8.351002ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 9.51073ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 10.216887ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 11.391762ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 12.904391ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 11.760534ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 10.036427ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 18.03863ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 15.181604ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 14.161775ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 18.100062ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 21.247955ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 22.159721ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 27.060366ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 27.516586ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 25.520459ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 20.023497ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 31.625889ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 21.842459ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api02-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 29.98285ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 25.734894ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:46 Transaction created: id: 1 amount: 1 type: c description: validacao
api01-1 | [GIN] 2024/02/19 - 09:13:46 | 200 | 24.360988ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:47 Account details fetched successfully: id 1
api02-1 | [GIN] 2024/02/19 - 09:13:47 | 200 | 1.124301ms | 172.31.0.5 | GET "/clientes/1/extrato"
api01-1 |
api01-1 | 2024/02/19 09:13:48 [31;1m/app/handler/getStatement.go:28 [35;1mrecord not found
api01-1 | [0m[33m[2.219ms] [34;1m[rows:0][0m SELECT * FROM "accounts" WHERE "accounts"."id" = '6' ORDER BY "accounts"."id" LIMIT 1
api01-1 | WARNING: 2024/02/19 09:13:48 Account not found: id 6
api01-1 | ERROR: 2024/02/19 09:13:48 Failed to fetch account details: id 6
api01-1 | [GIN-debug] [WARNING] Headers were already written. Wanted to override status code 404 with 500
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 404 | 2.486061ms | 172.31.0.5 | GET "/clientes/6/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 5
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 871.19µs | 172.31.0.5 | GET "/clientes/5/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 2
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 2.43205ms | 172.31.0.5 | GET "/clientes/2/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 3
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 2.754642ms | 172.31.0.5 | GET "/clientes/3/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 4
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 4.091114ms | 172.31.0.5 | GET "/clientes/4/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 1
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 5.36041ms | 172.31.0.5 | GET "/clientes/1/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 5 amount: 1 type: c description: toma
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 2.33616ms | 172.31.0.5 | POST "/clientes/5/transacoes"
api01-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 2 amount: 1 type: c description: toma
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 2.917696ms | 172.31.0.5 | POST "/clientes/2/transacoes"
api02-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 3 amount: 1 type: c description: toma
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 3.175749ms | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 4 amount: 1 type: c description: toma
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 2.057803ms | 172.31.0.5 | POST "/clientes/4/transacoes"
api01-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 1 amount: 1 type: c description: toma
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 1.703553ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 1 amount: 1 type: d description: devolve
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 1.577664ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 2 amount: 1 type: d description: devolve
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 1.389976ms | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 2
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 848.047µs | 172.31.0.5 | GET "/clientes/2/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 4 amount: 1 type: d description: devolve
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 3.370193ms | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 3 amount: 1 type: d description: devolve
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 4.087452ms | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 5 amount: 1 type: d description: devolve
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 4.112785ms | 172.31.0.5 | POST "/clientes/5/transacoes"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 1
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 831.91µs | 172.31.0.5 | GET "/clientes/1/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 5
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 622.04µs | 172.31.0.5 | GET "/clientes/5/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 3
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 3.165873ms | 172.31.0.5 | GET "/clientes/3/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 4
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 2.547492ms | 172.31.0.5 | GET "/clientes/4/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 5 amount: 1 type: c description: danada
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 954.641µs | 172.31.0.5 | POST "/clientes/5/transacoes"
api01-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 4 amount: 1 type: c description: danada
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 930.341µs | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 1 amount: 1 type: c description: danada
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 747.035µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 2 amount: 1 type: c description: danada
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 936.26µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api02-1 | INFO: 2024/02/19 09:13:48 Transaction created: id: 3 amount: 1 type: c description: danada
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 842.96µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 1
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 1.136776ms | 172.31.0.5 | GET "/clientes/1/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 4
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 2.315652ms | 172.31.0.5 | GET "/clientes/4/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 2
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 2.318356ms | 172.31.0.5 | GET "/clientes/2/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 5
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 2.890977ms | 172.31.0.5 | GET "/clientes/5/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 2
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 704.669µs | 172.31.0.5 | GET "/clientes/2/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 3
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 2.667662ms | 172.31.0.5 | GET "/clientes/3/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 2
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 721.766µs | 172.31.0.5 | GET "/clientes/2/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 5
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 546.988µs | 172.31.0.5 | GET "/clientes/5/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 2
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 1.446292ms | 172.31.0.5 | GET "/clientes/2/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 4
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 1.148639ms | 172.31.0.5 | GET "/clientes/4/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 5
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 1.031178ms | 172.31.0.5 | GET "/clientes/5/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 5
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 561.786µs | 172.31.0.5 | GET "/clientes/5/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 3
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 495.862µs | 172.31.0.5 | GET "/clientes/3/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 3
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 496.223µs | 172.31.0.5 | GET "/clientes/3/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 1
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 631.974µs | 172.31.0.5 | GET "/clientes/1/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 4
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 506.938µs | 172.31.0.5 | GET "/clientes/4/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 4
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 1.332085ms | 172.31.0.5 | GET "/clientes/4/extrato"
api02-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 1
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 589.058µs | 172.31.0.5 | GET "/clientes/1/extrato"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 3
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 491.898µs | 172.31.0.5 | GET "/clientes/3/extrato"
api02-1 | ERROR: 2024/02/19 09:13:48 Error binding json: json: cannot unmarshal number 1.2 into Go struct field NewTransaction.valor of type int
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 480.738µs | 172.31.0.5 | POST "/clientes/5/transacoes"
api01-1 | INFO: 2024/02/19 09:13:48 Account details fetched successfully: id 1
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 200 | 522.565µs | 172.31.0.5 | GET "/clientes/1/extrato"
api02-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: tipo must be 'd' or 'c'
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 491.054µs | 172.31.0.5 | POST "/clientes/5/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error binding json: json: cannot unmarshal number 1.2 into Go struct field NewTransaction.valor of type int
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 454.695µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 525.34µs | 172.31.0.5 | POST "/clientes/5/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error binding json: json: cannot unmarshal number 1.2 into Go struct field NewTransaction.valor of type int
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 481.631µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 3.154959ms | 172.31.0.5 | POST "/clientes/5/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: tipo must be 'd' or 'c'
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 874.448µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error binding json: json: cannot unmarshal number 1.2 into Go struct field NewTransaction.valor of type int
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 1.4298ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error binding json: json: cannot unmarshal number 1.2 into Go struct field NewTransaction.valor of type int
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 1.878041ms | 172.31.0.5 | POST "/clientes/4/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 804.116µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 466.432µs | 172.31.0.5 | POST "/clientes/5/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: tipo must be 'd' or 'c'
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 1.05786ms | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: tipo must be 'd' or 'c'
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 450.702µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: tipo must be 'd' or 'c'
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 579.548µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 390.536µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 607.744µs | 172.31.0.5 | POST "/clientes/4/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 397.852µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 519.76µs | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 435.409µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 368.027µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 605.923µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 1.163105ms | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 387.076µs | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api02-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 543.487µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | ERROR: 2024/02/19 09:13:48 Error validating transaction: descricao must have between 1 to 10 characters
api01-1 | [GIN] 2024/02/19 - 09:13:48 | 422 | 566.155µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | INFO: 2024/02/19 09:13:49 Account details fetched successfully: id 1
api01-1 | [GIN] 2024/02/19 - 09:13:49 | 200 | 857.009µs | 172.31.0.5 | GET "/clientes/1/extrato"
api02-1 | INFO: 2024/02/19 09:13:49 Transaction created: id: 1 amount: 6440 type: c description: XerrZ5aw0s
api02-1 | INFO: 2024/02/19 09:13:49 Transaction created: id: 4 amount: 6096 type: d description: IWBkdROUyl
api02-1 | [GIN] 2024/02/19 - 09:13:49 | 200 | 1.54071ms | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | [GIN] 2024/02/19 - 09:13:49 | 200 | 1.181358ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:50 Account details fetched successfully: id 3
api01-1 | [GIN] 2024/02/19 - 09:13:50 | 200 | 913.726µs | 172.31.0.5 | GET "/clientes/3/extrato"
api02-1 | INFO: 2024/02/19 09:13:50 Transaction created: id: 2 amount: 1346 type: c description: ypWI0egQYv
api02-1 | [GIN] 2024/02/19 - 09:13:50 | 200 | 1.412537ms | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | INFO: 2024/02/19 09:13:50 Transaction created: id: 5 amount: 3917 type: d description: vI9H5StWz0
api01-1 | [GIN] 2024/02/19 - 09:13:50 | 200 | 2.444259ms | 172.31.0.5 | POST "/clientes/5/transacoes"
api02-1 | INFO: 2024/02/19 09:13:50 Transaction created: id: 1 amount: 869 type: d description: ua6tWMTD3j
api02-1 | [GIN] 2024/02/19 - 09:13:50 | 200 | 965.791µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:51 Transaction created: id: 3 amount: 5353 type: c description: ucRJ46WgcR
api01-1 | [GIN] 2024/02/19 - 09:13:51 | 200 | 1.090779ms | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:51 Transaction created: id: 4 amount: 429 type: d description: YpjsGIQFvr
api02-1 | [GIN] 2024/02/19 - 09:13:51 | 200 | 912.267µs | 172.31.0.5 | POST "/clientes/4/transacoes"
api01-1 | INFO: 2024/02/19 09:13:51 Transaction created: id: 5 amount: 5126 type: d description: c3qe3gyPcN
api01-1 | [GIN] 2024/02/19 - 09:13:51 | 200 | 970.984µs | 172.31.0.5 | POST "/clientes/5/transacoes"
api02-1 | INFO: 2024/02/19 09:13:51 Account details fetched successfully: id 4
api02-1 | [GIN] 2024/02/19 - 09:13:51 | 200 | 710.379µs | 172.31.0.5 | GET "/clientes/4/extrato"
api02-1 | INFO: 2024/02/19 09:13:51 Transaction created: id: 4 amount: 2910 type: c description: doOpjtYMk5
api02-1 | [GIN] 2024/02/19 - 09:13:51 | 200 | 997.838µs | 172.31.0.5 | POST "/clientes/4/transacoes"
api01-1 | INFO: 2024/02/19 09:13:51 Transaction created: id: 4 amount: 4176 type: d description: Xxhcbtl5ug
api01-1 | [GIN] 2024/02/19 - 09:13:51 | 200 | 1.633502ms | 172.31.0.5 | POST "/clientes/4/transacoes"
api01-1 | INFO: 2024/02/19 09:13:51 Transaction created: id: 5 amount: 3403 type: d description: 8vSM4NTY4a
api01-1 | [GIN] 2024/02/19 - 09:13:51 | 200 | 974.045µs | 172.31.0.5 | POST "/clientes/5/transacoes"
api02-1 | INFO: 2024/02/19 09:13:51 Transaction created: id: 3 amount: 695 type: c description: SOvMlqaTR4
api02-1 | [GIN] 2024/02/19 - 09:13:51 | 200 | 979.102µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | INFO: 2024/02/19 09:13:51 Transaction created: id: 5 amount: 1687 type: d description: 6c5K85NM7M
api01-1 | [GIN] 2024/02/19 - 09:13:51 | 200 | 804.386µs | 172.31.0.5 | POST "/clientes/5/transacoes"
api01-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 2 amount: 6264 type: c description: W7h4rCl2Ru
api01-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 1.000124ms | 172.31.0.5 | POST "/clientes/2/transacoes"
api02-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 4 amount: 7115 type: d description: mTlcUxmUls
api02-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 1.095733ms | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 1 amount: 5746 type: d description: RP7XkTVhZx
api02-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 959.432µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 1 amount: 3572 type: c description: nL09LErBOH
api01-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 811.865µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 2 amount: 8050 type: d description: KMHx6B9Maq
api02-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 1.004944ms | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 3 amount: 9213 type: d description: An7Zt4JfQk
api01-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 1.07821ms | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 1 amount: 2637 type: c description: AlB5ubB6pF
api02-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 1.103647ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:52 Account details fetched successfully: id 3
api01-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 2.768495ms | 172.31.0.5 | GET "/clientes/3/extrato"
api02-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 1 amount: 5661 type: d description: oUD11Ab06F
api02-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 880.897µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 3 amount: 6322 type: c description: DABKFal8Yw
api01-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 976.824µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 4 amount: 9583 type: d description: xRojPEWsdE
api02-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 1.051896ms | 172.31.0.5 | POST "/clientes/4/transacoes"
api01-1 | INFO: 2024/02/19 09:13:52 Transaction created: id: 3 amount: 7953 type: d description: Zttn5tX229
api01-1 | [GIN] 2024/02/19 - 09:13:52 | 200 | 920.447µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 2 amount: 4491 type: c description: B1SZo3anJ7
api02-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 888.675µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 4 amount: 9673 type: d description: PaxhJV1rwe
api01-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 1.004452ms | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 3 amount: 7528 type: d description: T2AdKysudO
api02-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 957.582µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 2 amount: 601 type: c description: uetzvf7mN0
api01-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 1.201854ms | 172.31.0.5 | POST "/clientes/2/transacoes"
api02-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 4 amount: 8589 type: d description: jdSQtle4hg
api02-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 1.026941ms | 172.31.0.5 | POST "/clientes/4/transacoes"
api01-1 | INFO: 2024/02/19 09:13:53 Account details fetched successfully: id 4
api01-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 1.057984ms | 172.31.0.5 | GET "/clientes/4/extrato"
api02-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 2 amount: 7075 type: d description: ua4XPtyktz
api02-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 1.177605ms | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 3 amount: 3018 type: c description: bHL8ktILHk
api01-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 2.672833ms | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 5 amount: 554 type: d description: l76w3LRhqB
api02-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 971.523µs | 172.31.0.5 | POST "/clientes/5/transacoes"
api01-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 4 amount: 844 type: c description: kXA3KhLyIh
api01-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 937.165µs | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 1 amount: 5595 type: d description: jJYtc8Gurl
api02-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 889.504µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 2 amount: 764 type: d description: AN5urEYirm
api01-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 859.967µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api02-1 | INFO: 2024/02/19 09:13:53 Transaction created: id: 1 amount: 9171 type: c description: LT2a0h3Roz
api02-1 | [GIN] 2024/02/19 - 09:13:53 | 200 | 908.172µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 4 amount: 1724 type: d description: gqt9YNjETY
api01-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 828.362µs | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 3 amount: 5068 type: d description: Q3Za4ezi2x
api02-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 895.095µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 4 amount: 4877 type: c description: fNVzFFlmXZ
api01-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 824.282µs | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 1 amount: 5418 type: d description: gbmElyEBvD
api02-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 910.186µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api01-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 1 amount: 4197 type: d description: lUHXu8rpkm
api01-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 865.233µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 3 amount: 5307 type: c description: NTrV8AKFHF
api02-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 838.944µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 1 amount: 2536 type: d description: V2gI8zX1Up
api01-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 919.332µs | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:54 Account details fetched successfully: id 1
api02-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 722.094µs | 172.31.0.5 | GET "/clientes/1/extrato"
api01-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 3 amount: 8420 type: d description: eDemCD5tnX
api01-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 995.142µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 3 amount: 3884 type: c description: ElxlGcl31U
api02-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 2.740633ms | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 4 amount: 2074 type: d description: FXcO36W9xg
api01-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 858.818µs | 172.31.0.5 | POST "/clientes/4/transacoes"
api02-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 3 amount: 5344 type: c description: VI2HD1o57a
api02-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 1.038251ms | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 3 amount: 2726 type: d description: tLFJ1xpfkj
api01-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 775.054µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 2 amount: 5523 type: d description: w6t3JQDrWR
api02-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 989.916µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 5 amount: 8100 type: c description: NyIT1DfJVU
api01-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 916.264µs | 172.31.0.5 | POST "/clientes/5/transacoes"
api02-1 | INFO: 2024/02/19 09:13:54 Transaction created: id: 3 amount: 5397 type: d description: 4aZ75Rz90C
api02-1 | [GIN] 2024/02/19 - 09:13:54 | 200 | 771.272µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 2 amount: 4789 type: d description: 7BM1BeKq5k
api01-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 905.107µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api02-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 2 amount: 4331 type: c description: 21V3huqMan
api02-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 1.171574ms | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | INFO: 2024/02/19 09:13:55 Account details fetched successfully: id 4
api01-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 1.015805ms | 172.31.0.5 | GET "/clientes/4/extrato"
api02-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 2 amount: 7016 type: d description: JsPtXhsAbm
api02-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 837.085µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 3 amount: 2390 type: d description: WPrJ2urd0F
api01-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 904.527µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 3 amount: 4593 type: c description: rrB9mvQCw7
api02-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 917.803µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 1 amount: 4180 type: d description: dyaLkVQSkC
api01-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 1.003732ms | 172.31.0.5 | POST "/clientes/1/transacoes"
api02-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 3 amount: 4341 type: d description: EEvwH8C4lZ
api02-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 854.978µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api01-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 3 amount: 7311 type: c description: fmXmU0rX3G
api01-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 760.147µs | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 2 amount: 9410 type: d description: 1YUuMh8GvE
api02-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 924.607µs | 172.31.0.5 | POST "/clientes/2/transacoes"
api01-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 3 amount: 8241 type: c description: FNezJ63jI9
api01-1 | [GIN] 2024/02/19 - 09:13:55 | 200 | 1.004968ms | 172.31.0.5 | POST "/clientes/3/transacoes"
api02-1 | INFO: 2024/02/19 09:13:55 Transaction created: id: 3 amount: 6419 type: d description: 1dYfOCnEh1