-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhttpserver.log
More file actions
935 lines (935 loc) · 90.7 KB
/
httpserver.log
File metadata and controls
935 lines (935 loc) · 90.7 KB
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
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
127.0.0.1, 2017-07-22 00:05:53, GET, /, HTTP/1.1, 303, 0.000951
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/default/index, HTTP/1.1, 200, 0.240702
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/css/bootstrap.min.css, HTTP/1.1, 200, 0.000702
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/css/web2py-bootstrap3.css, HTTP/1.1, 200, 0.001078
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/css/calendar.css, HTTP/1.1, 200, 0.000374
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/js/calendar.js, HTTP/1.1, 200, 0.002590
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/js/web2py.js, HTTP/1.1, 200, 0.000821
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/js/modernizr-2.8.3.min.js, HTTP/1.1, 200, 0.003420
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/js/bootstrap.min.js, HTTP/1.1, 200, 0.002300
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/js/web2py-bootstrap3.js, HTTP/1.1, 200, 0.000498
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/js/share.js, HTTP/1.1, 200, 0.000376
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/js/jquery.js, HTTP/1.1, 200, 0.004851
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/images/background.jpg, HTTP/1.1, 200, 0.000455
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/fonts/glyphicons-halflings-regular.woff2, HTTP/1.1, 200, 0.000413
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/images/twitter.png, HTTP/1.1, 200, 0.000425
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/images/gplus-32.png, HTTP/1.1, 200, 0.000289
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/images/facebook.png, HTTP/1.1, 200, 0.001048
127.0.0.1, 2017-07-22 00:05:53, GET, /welcome/static/images/favicon.ico, HTTP/1.1, 200, 0.000425
127.0.0.1, 2017-07-22 00:05:58, GET, /admin, HTTP/1.1, 200, 0.117113
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/js/calendar.js, HTTP/1.1, 200, 0.000400
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/css/calendar.css, HTTP/1.1, 200, 0.001404
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/js/jquery.js, HTTP/1.1, 200, 0.000451
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/js/web2py.js, HTTP/1.1, 200, 0.000445
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/plugin_multiselect/jquery.multi-select.js, HTTP/1.1, 200, 0.000884
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/css/bootstrap_essentials.css, HTTP/1.1, 200, 0.000613
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/plugin_statebutton/css/bootstrap-switch.css, HTTP/1.1, 200, 0.002221
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/plugin_multiselect/multi-select.css, HTTP/1.1, 200, 0.000401
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/css/bootstrap.min.css, HTTP/1.1, 200, 0.000335
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/css/bootstrap-responsive.min.css, HTTP/1.1, 200, 0.000412
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/plugin_multiselect/start.js, HTTP/1.1, 200, 0.000359
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/plugin_statebutton/js/bootstrap-switch.js, HTTP/1.1, 200, 0.000451
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/js/bootstrap.min.js, HTTP/1.1, 200, 0.000434
127.0.0.1, 2017-07-22 00:05:58, GET, /admin/static/_2.15.2/images/questions.png, HTTP/1.1, 200, 0.000429
127.0.0.1, 2017-07-22 00:05:58, GET, /favicon.ico, HTTP/1.1, 400, 0.000344
127.0.0.1, 2017-07-22 00:06:00, POST, /admin/default/index, HTTP/1.1, 303, 0.016123
127.0.0.1, 2017-07-22 00:06:00, GET, /admin/default/site, HTTP/1.1, 200, 0.043109
127.0.0.1, 2017-07-22 00:06:00, GET, /admin/static/_2.15.2/images/folder.png, HTTP/1.1, 200, 0.000319
127.0.0.1, 2017-07-22 00:06:00, GET, /admin/static/_2.15.2/images/folder_locked.png, HTTP/1.1, 200, 0.000434
127.0.0.1, 2017-07-22 00:06:00, GET, /admin/static/_2.15.2/images/glyphicons-halflings-white.png, HTTP/1.1, 200, 0.000404
127.0.0.1, 2017-07-22 00:06:01, POST, /admin/default/check_version, HTTP/1.1, 200, 0.774949
127.0.0.1, 2017-07-22 00:06:02, GET, /favicon.ico, HTTP/1.1, 400, 0.000192
127.0.0.1, 2017-07-22 00:06:35, POST, /admin/default/site, HTTP/1.1, 303, 0.046183
127.0.0.1, 2017-07-22 00:06:35, GET, /admin/default/design/touch_pay_client, HTTP/1.1, 200, 0.135260
127.0.0.1, 2017-07-22 00:06:35, GET, /admin/static/_2.15.2/images/search.png, HTTP/1.1, 200, 0.000450
127.0.0.1, 2017-07-22 00:06:35, GET, /admin/static/_2.15.2/images/help.png, HTTP/1.1, 200, 0.000431
127.0.0.1, 2017-07-22 00:06:35, GET, /admin/static/_2.15.2/images/delete_icon.png, HTTP/1.1, 200, 0.000419
127.0.0.1, 2017-07-22 00:06:35, GET, /admin/static/_2.15.2/images/test_icon.png, HTTP/1.1, 200, 0.000421
127.0.0.1, 2017-07-22 00:06:35, GET, /favicon.ico, HTTP/1.1, 400, 0.000282
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/default/edit/touch_pay_client/models/db.py, HTTP/1.1, 200, 0.030984
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/lib/codemirror.css, HTTP/1.1, 200, 0.000591
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/theme/web2py.css, HTTP/1.1, 200, 0.000467
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/edit/matchbrackets.js, HTTP/1.1, 200, 0.000375
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/dialog/dialog.css, HTTP/1.1, 200, 0.000378
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/lib/codemirror.js, HTTP/1.1, 200, 0.000352
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/hint/show-hint.css, HTTP/1.1, 200, 0.000377
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/display/fullscreen.css, HTTP/1.1, 200, 0.000467
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/css/web2py-codemirror.css, HTTP/1.1, 200, 0.000956
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/fold/foldgutter.css, HTTP/1.1, 200, 0.000594
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/edit/closetag.js, HTTP/1.1, 200, 0.001580
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/css/typeahead.js-bootstrap.css, HTTP/1.1, 200, 0.001095
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/mode/htmlmixed/htmlmixed.js, HTTP/1.1, 200, 0.001144
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/mode/css/css.js, HTTP/1.1, 200, 0.001908
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/mode/javascript/javascript.js, HTTP/1.1, 200, 0.001087
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/mode/python/python.js, HTTP/1.1, 200, 0.002349
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/mode/xml/xml.js, HTTP/1.1, 200, 0.001297
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/hint/show-hint.js, HTTP/1.1, 200, 0.000567
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/hint/python-hint.js, HTTP/1.1, 200, 0.000942
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/search/searchcursor.js, HTTP/1.1, 200, 0.000373
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/search/search.js, HTTP/1.1, 200, 0.002713
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/dialog/dialog.js, HTTP/1.1, 200, 0.000666
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/edit/trailingspace.js, HTTP/1.1, 200, 0.001349
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/selection/active-line.js, HTTP/1.1, 200, 0.000573
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/display/fullscreen.js, HTTP/1.1, 200, 0.002006
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/fold/comment-fold.js, HTTP/1.1, 200, 0.000667
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/fold/brace-fold.js, HTTP/1.1, 200, 0.002022
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/fold/foldgutter.js, HTTP/1.1, 200, 0.002234
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/fold/foldcode.js, HTTP/1.1, 200, 0.003557
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/fold/xml-fold.js, HTTP/1.1, 200, 0.000639
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/fold/indent-fold.js, HTTP/1.1, 200, 0.000424
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/emmet.min.js, HTTP/1.1, 200, 0.001703
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/js/ajax_editor.js, HTTP/1.1, 200, 0.001245
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/codemirror/addon/comment/comment.js, HTTP/1.1, 200, 0.001764
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/js/typeahead.min.js, HTTP/1.1, 200, 0.001499
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/js/hogan-2.0.0.js, HTTP/1.1, 200, 0.002143
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/images/files_toggle.png, HTTP/1.1, 200, 0.000409
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/static/_2.15.2/images/glyphicons-halflings.png, HTTP/1.1, 200, 0.000439
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/default/edit/touch_pay_client/models/db.py, HTTP/1.1, 200, 0.018801
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/default/files_menu, HTTP/1.1, 200, 0.050949
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/default/editor_sessions, HTTP/1.1, 200, 0.076725
127.0.0.1, 2017-07-22 00:14:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.112865
127.0.0.1, 2017-07-22 00:14:53, POST, /admin/debug/list_breakpoints, HTTP/1.1, 200, 0.102106
127.0.0.1, 2017-07-22 00:14:53, GET, /favicon.ico, HTTP/1.1, 400, 0.000275
127.0.0.1, 2017-07-22 00:14:53, GET, /admin/static/_2.15.2/images/save_icon.png, HTTP/1.1, 200, 0.001528
127.0.0.1, 2017-07-22 00:14:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.241882
127.0.0.1, 2017-07-22 00:15:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.182254
127.0.0.1, 2017-07-22 00:15:54, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 1.332640
127.0.0.1, 2017-07-22 00:16:23, GET, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.008921
127.0.0.1, 2017-07-22 00:16:23, POST, /admin/debug/list_breakpoints, HTTP/1.1, 200, 0.004301
127.0.0.1, 2017-07-22 00:16:32, POST, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.016199
127.0.0.1, 2017-07-22 00:16:38, GET, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.008200
127.0.0.1, 2017-07-22 00:16:38, POST, /admin/debug/list_breakpoints, HTTP/1.1, 200, 0.004387
127.0.0.1, 2017-07-22 00:16:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.097849
127.0.0.1, 2017-07-22 00:16:54, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 1.568324
127.0.0.1, 2017-07-22 00:16:54, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 1.188078
127.0.0.1, 2017-07-22 00:17:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.154963
127.0.0.1, 2017-07-22 00:17:54, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 1.308340
127.0.0.1, 2017-07-22 00:18:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.162854
127.0.0.1, 2017-07-22 00:18:54, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 1.337323
127.0.0.1, 2017-07-22 00:19:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.116841
127.0.0.1, 2017-07-22 00:19:54, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 1.284625
127.0.0.1, 2017-07-22 00:20:30, POST, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.014128
127.0.0.1, 2017-07-22 00:20:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.046519
127.0.0.1, 2017-07-22 00:20:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.218708
127.0.0.1, 2017-07-22 00:21:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.097531
127.0.0.1, 2017-07-22 00:21:54, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 1.273793
127.0.0.1, 2017-07-22 00:22:45, POST, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.024384
127.0.0.1, 2017-07-22 00:22:49, GET, /admin/default/site, HTTP/1.1, 200, 0.134534
127.0.0.1, 2017-07-22 00:22:49, GET, /favicon.ico, HTTP/1.1, 400, 0.000563
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.123983
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/js/calendar.js, HTTP/1.1, 200, 0.001758
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/js/modernizr-2.8.3.min.js, HTTP/1.1, 200, 0.002747
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/css/web2py-bootstrap3.css, HTTP/1.1, 200, 0.002938
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/css/bootstrap.min.css, HTTP/1.1, 200, 0.002162
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/js/jquery.js, HTTP/1.1, 200, 0.003534
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/css/calendar.css, HTTP/1.1, 200, 0.008878
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/js/web2py-bootstrap3.js, HTTP/1.1, 200, 0.000544
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/js/bootstrap.min.js, HTTP/1.1, 200, 0.001808
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/js/web2py.js, HTTP/1.1, 200, 0.008017
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/js/share.js, HTTP/1.1, 200, 0.001047
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/fonts/glyphicons-halflings-regular.woff2, HTTP/1.1, 200, 0.000780
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/images/gplus-32.png, HTTP/1.1, 200, 0.002023
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/images/twitter.png, HTTP/1.1, 200, 0.002767
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/images/facebook.png, HTTP/1.1, 200, 0.001412
127.0.0.1, 2017-07-22 00:22:52, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.001147
127.0.0.1, 2017-07-22 00:22:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.060681
127.0.0.1, 2017-07-22 00:22:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.224538
127.0.0.1, 2017-07-22 00:23:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.072750
127.0.0.1, 2017-07-22 00:23:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.222940
127.0.0.1, 2017-07-22 00:24:20, POST, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.017214
127.0.0.1, 2017-07-22 00:24:21, POST, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.007809
127.0.0.1, 2017-07-22 00:24:26, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.544175
127.0.0.1, 2017-07-22 00:24:27, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.001078
127.0.0.1, 2017-07-22 00:24:39, POST, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.015574
127.0.0.1, 2017-07-22 00:24:39, POST, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.014932
127.0.0.1, 2017-07-22 00:24:42, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.125894
127.0.0.1, 2017-07-22 00:24:42, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000770
127.0.0.1, 2017-07-22 00:24:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.045183
127.0.0.1, 2017-07-22 00:24:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.206820
127.0.0.1, 2017-07-22 00:25:12, POST, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.015587
127.0.0.1, 2017-07-22 00:25:14, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.136900
127.0.0.1, 2017-07-22 00:25:14, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.001337
127.0.0.1, 2017-07-22 00:25:23, GET, /admin/default/edit/touch_pay_client/models/menu.py, HTTP/1.1, 200, 0.041309
127.0.0.1, 2017-07-22 00:25:23, POST, /admin/debug/list_breakpoints, HTTP/1.1, 200, 0.012539
127.0.0.1, 2017-07-22 00:25:51, POST, /admin/default/edit/touch_pay_client/models/menu.py, HTTP/1.1, 200, 0.027326
127.0.0.1, 2017-07-22 00:25:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.157348
127.0.0.1, 2017-07-22 00:25:54, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.392572
127.0.0.1, 2017-07-22 00:25:54, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.018119
127.0.0.1, 2017-07-22 00:25:55, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 1.478617
127.0.0.1, 2017-07-22 00:26:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.086515
127.0.0.1, 2017-07-22 00:26:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.255125
127.0.0.1, 2017-07-22 00:27:07, POST, /admin/default/edit/touch_pay_client/models/menu.py, HTTP/1.1, 200, 0.026283
127.0.0.1, 2017-07-22 00:27:09, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.090018
127.0.0.1, 2017-07-22 00:27:09, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000911
127.0.0.1, 2017-07-22 00:27:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.054376
127.0.0.1, 2017-07-22 00:27:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.189400
127.0.0.1, 2017-07-22 00:28:20, POST, /admin/default/create_file, HTTP/1.1, 200, 0.055375
127.0.0.1, 2017-07-22 00:28:20, GET, /admin/default/files_menu, HTTP/1.1, 200, 0.022548
127.0.0.1, 2017-07-22 00:28:20, GET, /admin/default/edit/touch_pay_client/views/default/find_finger.html, HTTP/1.1, 200, 0.048987
127.0.0.1, 2017-07-22 00:28:20, POST, /admin/debug/list_breakpoints, HTTP/1.1, 200, 0.010507
127.0.0.1, 2017-07-22 00:28:28, POST, /admin/default/edit/touch_pay_client/views/default/find_finger.html, HTTP/1.1, 200, 0.018452
127.0.0.1, 2017-07-22 00:28:46, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 404, 0.092162
127.0.0.1, 2017-07-22 00:28:46, GET, /favicon.ico, HTTP/1.1, 400, 0.000312
127.0.0.1, 2017-07-22 00:28:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.144010
127.0.0.1, 2017-07-22 00:28:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.174774
127.0.0.1, 2017-07-22 00:29:10, GET, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.024407
127.0.0.1, 2017-07-22 00:29:20, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.018439
127.0.0.1, 2017-07-22 00:29:23, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 0.034582
127.0.0.1, 2017-07-22 00:29:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.029548
127.0.0.1, 2017-07-22 00:29:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.059770
127.0.0.1, 2017-07-22 00:30:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.023132
127.0.0.1, 2017-07-22 00:30:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.050104
127.0.0.1, 2017-07-22 00:31:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.024919
127.0.0.1, 2017-07-22 00:31:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.057022
127.0.0.1, 2017-07-22 00:32:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.024983
127.0.0.1, 2017-07-22 00:32:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.057900
127.0.0.1, 2017-07-22 00:33:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.027900
127.0.0.1, 2017-07-22 00:33:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.054756
127.0.0.1, 2017-07-22 00:34:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.029870
127.0.0.1, 2017-07-22 00:34:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.059771
127.0.0.1, 2017-07-22 00:35:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.032552
127.0.0.1, 2017-07-22 00:35:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.064798
127.0.0.1, 2017-07-22 00:36:20, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014480
127.0.0.1, 2017-07-22 00:36:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.025841
127.0.0.1, 2017-07-22 00:36:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.061116
127.0.0.1, 2017-07-22 00:37:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.025180
127.0.0.1, 2017-07-22 00:37:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.062753
127.0.0.1, 2017-07-22 00:38:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.022505
127.0.0.1, 2017-07-22 00:38:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.064281
127.0.0.1, 2017-07-22 00:39:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.007923
127.0.0.1, 2017-07-22 00:39:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.032903
127.0.0.1, 2017-07-22 00:40:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.014293
127.0.0.1, 2017-07-22 00:40:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.052350
127.0.0.1, 2017-07-22 00:41:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.014850
127.0.0.1, 2017-07-22 00:41:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.042123
127.0.0.1, 2017-07-22 00:42:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.020089
127.0.0.1, 2017-07-22 00:42:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.042528
127.0.0.1, 2017-07-22 00:43:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.031619
127.0.0.1, 2017-07-22 00:43:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.065058
127.0.0.1, 2017-07-22 00:44:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.030545
127.0.0.1, 2017-07-22 00:44:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.060169
127.0.0.1, 2017-07-22 00:45:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.032028
127.0.0.1, 2017-07-22 00:45:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.063567
127.0.0.1, 2017-07-22 00:46:45, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.015010
127.0.0.1, 2017-07-22 00:46:47, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.011286
127.0.0.1, 2017-07-22 00:46:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.061669
127.0.0.1, 2017-07-22 00:46:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.011763
127.0.0.1, 2017-07-22 00:47:00, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.019971
127.0.0.1, 2017-07-22 00:47:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.020879
127.0.0.1, 2017-07-22 00:47:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.050559
127.0.0.1, 2017-07-22 00:47:57, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.019225
127.0.0.1, 2017-07-22 00:48:25, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.021225
127.0.0.1, 2017-07-22 00:48:25, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.012945
127.0.0.1, 2017-07-22 00:48:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.039791
127.0.0.1, 2017-07-22 00:48:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.073772
127.0.0.1, 2017-07-22 00:49:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.012181
127.0.0.1, 2017-07-22 00:49:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.036435
127.0.0.1, 2017-07-22 00:50:34, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.010882
127.0.0.1, 2017-07-22 00:50:39, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 0.042323
127.0.0.1, 2017-07-22 00:50:39, GET, /favicon.ico, HTTP/1.1, 400, 0.000209
127.0.0.1, 2017-07-22 00:50:42, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 0.017252
127.0.0.1, 2017-07-22 00:50:42, GET, /favicon.ico, HTTP/1.1, 400, 0.000293
127.0.0.1, 2017-07-22 00:50:43, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.00-50-42.d39210a3-d054-4edb-8b45-205d023fc3e6, HTTP/1.1, 200, 0.052172
127.0.0.1, 2017-07-22 00:50:43, GET, /favicon.ico, HTTP/1.1, 400, 0.000308
127.0.0.1, 2017-07-22 00:50:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.030352
127.0.0.1, 2017-07-22 00:50:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.059382
127.0.0.1, 2017-07-22 00:51:22, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 2.211704
127.0.0.1, 2017-07-22 00:51:22, GET, /favicon.ico, HTTP/1.1, 400, 0.000202
127.0.0.1, 2017-07-22 00:51:29, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 2.153234
127.0.0.1, 2017-07-22 00:51:29, GET, /favicon.ico, HTTP/1.1, 400, 0.000280
127.0.0.1, 2017-07-22 00:51:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.103840
127.0.0.1, 2017-07-22 00:51:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.128439
127.0.0.1, 2017-07-22 00:52:17, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.024469
127.0.0.1, 2017-07-22 00:52:27, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.007306
127.0.0.1, 2017-07-22 00:52:31, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 2.150193
127.0.0.1, 2017-07-22 00:52:31, GET, /favicon.ico, HTTP/1.1, 400, 0.000225
127.0.0.1, 2017-07-22 00:52:34, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 2.152864
127.0.0.1, 2017-07-22 00:52:34, GET, /favicon.ico, HTTP/1.1, 400, 0.000308
127.0.0.1, 2017-07-22 00:52:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.032673
127.0.0.1, 2017-07-22 00:52:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.056859
127.0.0.1, 2017-07-22 00:53:14, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.018337
127.0.0.1, 2017-07-22 00:53:19, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 2.153055
127.0.0.1, 2017-07-22 00:53:19, GET, /favicon.ico, HTTP/1.1, 400, 0.000287
127.0.0.1, 2017-07-22 00:53:22, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 2.151896
127.0.0.1, 2017-07-22 00:53:22, GET, /favicon.ico, HTTP/1.1, 400, 0.000249
127.0.0.1, 2017-07-22 00:53:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.015196
127.0.0.1, 2017-07-22 00:53:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.034159
127.0.0.1, 2017-07-22 00:54:25, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.017631
127.0.0.1, 2017-07-22 00:54:45, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 6.315709
127.0.0.1, 2017-07-22 00:54:45, GET, /favicon.ico, HTTP/1.1, 400, 0.000196
127.0.0.1, 2017-07-22 00:54:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.012829
127.0.0.1, 2017-07-22 00:54:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.038403
127.0.0.1, 2017-07-22 00:55:46, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.414615
127.0.0.1, 2017-07-22 00:55:47, GET, /favicon.ico, HTTP/1.1, 400, 0.000304
127.0.0.1, 2017-07-22 00:55:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.027528
127.0.0.1, 2017-07-22 00:55:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.054620
127.0.0.1, 2017-07-22 00:56:34, POST, /admin/default/edit/touch_pay_client/controllers/default.py, HTTP/1.1, 200, 0.018232
127.0.0.1, 2017-07-22 00:56:47, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.569523
127.0.0.1, 2017-07-22 00:56:47, GET, /favicon.ico, HTTP/1.1, 400, 0.000242
127.0.0.1, 2017-07-22 00:56:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.024537
127.0.0.1, 2017-07-22 00:56:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.049070
127.0.0.1, 2017-07-22 00:57:03, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.056174
127.0.0.1, 2017-07-22 00:57:03, GET, /favicon.ico, HTTP/1.1, 400, 0.000227
127.0.0.1, 2017-07-22 00:57:17, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.466835
127.0.0.1, 2017-07-22 00:57:17, GET, /favicon.ico, HTTP/1.1, 400, 0.000235
127.0.0.1, 2017-07-22 00:57:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.041744
127.0.0.1, 2017-07-22 00:57:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.071498
127.0.0.1, 2017-07-22 00:57:55, GET, /touch_pay_client/, HTTP/1.1, 200, 0.029988
127.0.0.1, 2017-07-22 00:58:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.007001
127.0.0.1, 2017-07-22 00:58:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.032101
127.0.0.1, 2017-07-22 00:58:57, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 11.842456
127.0.0.1, 2017-07-22 00:58:57, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 3.385821
127.0.0.1, 2017-07-22 00:58:57, GET, /favicon.ico, HTTP/1.1, 400, 0.000198
127.0.0.1, 2017-07-22 00:59:13, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 7.435552
127.0.0.1, 2017-07-22 00:59:13, GET, /favicon.ico, HTTP/1.1, 400, 0.000199
127.0.0.1, 2017-07-22 00:59:19, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015049
127.0.0.1, 2017-07-22 00:59:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.034418
127.0.0.1, 2017-07-22 00:59:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.071272
127.0.0.1, 2017-07-22 01:00:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.025732
127.0.0.1, 2017-07-22 01:00:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.052106
127.0.0.1, 2017-07-22 01:01:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.025340
127.0.0.1, 2017-07-22 01:01:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.060388
127.0.0.1, 2017-07-22 01:02:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.032561
127.0.0.1, 2017-07-22 01:02:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.061006
127.0.0.1, 2017-07-22 01:03:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.033216
127.0.0.1, 2017-07-22 01:03:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.064558
127.0.0.1, 2017-07-22 01:04:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.033855
127.0.0.1, 2017-07-22 01:04:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.069429
127.0.0.1, 2017-07-22 01:05:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.032314
127.0.0.1, 2017-07-22 01:05:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.073765
127.0.0.1, 2017-07-22 01:06:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.030968
127.0.0.1, 2017-07-22 01:06:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.069193
127.0.0.1, 2017-07-22 01:07:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.011313
127.0.0.1, 2017-07-22 01:07:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.034698
127.0.0.1, 2017-07-22 01:08:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.029629
127.0.0.1, 2017-07-22 01:08:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.055334
127.0.0.1, 2017-07-22 01:09:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.028039
127.0.0.1, 2017-07-22 01:09:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.070168
127.0.0.1, 2017-07-22 01:10:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.029689
127.0.0.1, 2017-07-22 01:10:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.063138
127.0.0.1, 2017-07-22 01:11:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.029096
127.0.0.1, 2017-07-22 01:11:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.062843
127.0.0.1, 2017-07-22 01:12:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.035472
127.0.0.1, 2017-07-22 01:12:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.069001
127.0.0.1, 2017-07-22 01:13:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.032268
127.0.0.1, 2017-07-22 01:13:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.063342
127.0.0.1, 2017-07-22 01:14:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.025225
127.0.0.1, 2017-07-22 01:14:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.054182
127.0.0.1, 2017-07-22 01:15:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.038279
127.0.0.1, 2017-07-22 01:15:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.073286
127.0.0.1, 2017-07-22 01:16:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.036066
127.0.0.1, 2017-07-22 01:16:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.065171
127.0.0.1, 2017-07-22 01:17:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.026587
127.0.0.1, 2017-07-22 01:17:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.056195
127.0.0.1, 2017-07-22 01:18:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.030529
127.0.0.1, 2017-07-22 01:18:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.055136
127.0.0.1, 2017-07-22 01:19:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.043086
127.0.0.1, 2017-07-22 01:19:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.068977
127.0.0.1, 2017-07-22 01:20:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.029733
127.0.0.1, 2017-07-22 01:20:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.068429
127.0.0.1, 2017-07-22 01:21:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.030470
127.0.0.1, 2017-07-22 01:21:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.067612
127.0.0.1, 2017-07-22 01:22:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.030072
127.0.0.1, 2017-07-22 01:22:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.056365
127.0.0.1, 2017-07-22 01:23:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.033230
127.0.0.1, 2017-07-22 01:23:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.072581
127.0.0.1, 2017-07-22 01:24:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.028275
127.0.0.1, 2017-07-22 01:24:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.063193
127.0.0.1, 2017-07-22 01:25:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.036932
127.0.0.1, 2017-07-22 01:25:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.067316
127.0.0.1, 2017-07-22 01:26:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.031525
127.0.0.1, 2017-07-22 01:26:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.058622
127.0.0.1, 2017-07-22 01:27:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.031541
127.0.0.1, 2017-07-22 01:27:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.061427
127.0.0.1, 2017-07-22 01:28:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.030788
127.0.0.1, 2017-07-22 01:28:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.066986
127.0.0.1, 2017-07-22 01:29:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.026705
127.0.0.1, 2017-07-22 01:29:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.054865
127.0.0.1, 2017-07-22 01:30:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.041199
127.0.0.1, 2017-07-22 01:30:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.089356
127.0.0.1, 2017-07-22 01:31:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.032292
127.0.0.1, 2017-07-22 01:31:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.061006
127.0.0.1, 2017-07-22 01:32:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.025804
127.0.0.1, 2017-07-22 01:32:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.058269
127.0.0.1, 2017-07-22 01:33:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.033578
127.0.0.1, 2017-07-22 01:33:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.062908
127.0.0.1, 2017-07-22 01:34:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.028567
127.0.0.1, 2017-07-22 01:34:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.060249
127.0.0.1, 2017-07-22 01:35:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.027798
127.0.0.1, 2017-07-22 01:35:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.056218
127.0.0.1, 2017-07-22 01:36:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.025651
127.0.0.1, 2017-07-22 01:36:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.056411
127.0.0.1, 2017-07-22 01:37:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.012594
127.0.0.1, 2017-07-22 01:37:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.039074
127.0.0.1, 2017-07-22 01:38:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.023441
127.0.0.1, 2017-07-22 01:38:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.052020
127.0.0.1, 2017-07-22 01:39:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.014430
127.0.0.1, 2017-07-22 01:39:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.039035
127.0.0.1, 2017-07-22 01:39:58, POST, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.016855
127.0.0.1, 2017-07-22 01:40:36, POST, /admin/default/edit/touch_pay_client/views/default/index.html, HTTP/1.1, 200, 0.016851
127.0.0.1, 2017-07-22 01:40:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.023474
127.0.0.1, 2017-07-22 01:40:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.049464
127.0.0.1, 2017-07-22 01:41:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.030287
127.0.0.1, 2017-07-22 01:41:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.067765
127.0.0.1, 2017-07-22 01:42:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.032335
127.0.0.1, 2017-07-22 01:42:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.066042
127.0.0.1, 2017-07-22 01:43:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.030039
127.0.0.1, 2017-07-22 01:43:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.064639
127.0.0.1, 2017-07-22 01:44:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.031982
127.0.0.1, 2017-07-22 01:44:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.065285
127.0.0.1, 2017-07-22 01:45:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.027107
127.0.0.1, 2017-07-22 01:45:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.061421
127.0.0.1, 2017-07-22 01:46:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.033473
127.0.0.1, 2017-07-22 01:46:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.076170
127.0.0.1, 2017-07-22 01:47:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.030946
127.0.0.1, 2017-07-22 01:47:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.060607
127.0.0.1, 2017-07-22 01:48:09, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.029409
127.0.0.1, 2017-07-22 01:48:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.011192
127.0.0.1, 2017-07-22 01:48:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.036478
127.0.0.1, 2017-07-22 01:49:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.042389
127.0.0.1, 2017-07-22 01:49:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.072209
127.0.0.1, 2017-07-22 01:50:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.019136
127.0.0.1, 2017-07-22 01:50:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.041872
127.0.0.1, 2017-07-22 01:51:52, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.037669
127.0.0.1, 2017-07-22 01:51:52, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.066162
127.0.0.1, 2017-07-22 01:52:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.017777
127.0.0.1, 2017-07-22 01:52:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.034740
127.0.0.1, 2017-07-22 01:53:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.014161
127.0.0.1, 2017-07-22 01:53:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.041041
127.0.0.1, 2017-07-22 01:54:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.012414
127.0.0.1, 2017-07-22 01:54:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.034073
127.0.0.1, 2017-07-22 01:55:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.018310
127.0.0.1, 2017-07-22 01:55:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.039738
127.0.0.1, 2017-07-22 01:56:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.014450
127.0.0.1, 2017-07-22 01:56:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.040813
127.0.0.1, 2017-07-22 01:57:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.026081
127.0.0.1, 2017-07-22 01:57:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.055264
127.0.0.1, 2017-07-22 01:58:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.004797
127.0.0.1, 2017-07-22 01:58:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.027120
127.0.0.1, 2017-07-22 01:59:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.035749
127.0.0.1, 2017-07-22 01:59:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.063750
127.0.0.1, 2017-07-22 02:00:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.029730
127.0.0.1, 2017-07-22 02:00:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.058830
127.0.0.1, 2017-07-22 02:01:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.023806
127.0.0.1, 2017-07-22 02:01:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.054032
127.0.0.1, 2017-07-22 02:02:46, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.022151
127.0.0.1, 2017-07-22 02:02:46, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000420
127.0.0.1, 2017-07-22 02:02:53, GET, /admin/default/todolist.load, HTTP/1.1, 200, 0.023654
127.0.0.1, 2017-07-22 02:02:53, GET, /touch_pay_client/appadmin/hooks, HTTP/1.1, 200, 0.068825
127.0.0.1, 2017-07-22 02:17:04, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.030063
127.0.0.1, 2017-07-22 02:17:04, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000331
127.0.0.1, 2017-07-22 02:17:19, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014270
127.0.0.1, 2017-07-22 02:17:19, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000575
127.0.0.1, 2017-07-22 02:19:10, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.021422
127.0.0.1, 2017-07-22 02:19:10, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000396
127.0.0.1, 2017-07-22 02:19:13, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.012472
127.0.0.1, 2017-07-22 02:19:13, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000410
139.82.242.169, 2017-07-22 02:24:09, GET, /, HTTP/1.1, 303, 0.001889
139.82.242.169, 2017-07-22 02:24:10, GET, /welcome/default/index, HTTP/1.1, 200, 0.157516
139.82.242.169, 2017-07-22 02:24:15, GET, /welcome/static/css/web2py-bootstrap3.css, HTTP/1.1, 200, 0.001731
139.82.242.169, 2017-07-22 02:24:15, GET, /welcome/static/css/bootstrap.min.css, HTTP/1.1, 200, 0.001174
139.82.242.169, 2017-07-22 02:24:15, GET, /welcome/static/css/calendar.css, HTTP/1.1, 200, 0.003655
139.82.242.169, 2017-07-22 02:24:15, GET, /welcome/static/js/modernizr-2.8.3.min.js, HTTP/1.1, 200, 0.004824
139.82.242.169, 2017-07-22 02:24:15, GET, /welcome/static/js/jquery.js, HTTP/1.1, 200, 0.003683
139.82.242.169, 2017-07-22 02:24:15, GET, /welcome/static/js/calendar.js, HTTP/1.1, 200, 0.001863
139.82.242.169, 2017-07-22 02:24:15, GET, /welcome/static/js/bootstrap.min.js, HTTP/1.1, 200, 0.000652
139.82.242.169, 2017-07-22 02:24:15, GET, /welcome/static/js/web2py.js, HTTP/1.1, 200, 0.001576
139.82.242.169, 2017-07-22 02:24:15, GET, /welcome/static/js/web2py-bootstrap3.js, HTTP/1.1, 200, 0.001087
139.82.242.169, 2017-07-22 02:24:16, GET, /welcome/static/js/share.js, HTTP/1.1, 200, 0.001381
139.82.242.169, 2017-07-22 02:24:22, GET, /welcome/static/images/background.jpg, HTTP/1.1, 200, 0.002944
139.82.242.169, 2017-07-22 02:24:22, GET, /welcome/static/fonts/glyphicons-halflings-regular.woff2, HTTP/1.1, 200, 0.001753
139.82.242.169, 2017-07-22 02:24:22, GET, /welcome/static/images/twitter.png, HTTP/1.1, 200, 0.000894
139.82.242.169, 2017-07-22 02:24:22, GET, /welcome/static/images/facebook.png, HTTP/1.1, 200, 0.000460
139.82.242.169, 2017-07-22 02:24:22, GET, /welcome/static/images/gplus-32.png, HTTP/1.1, 200, 0.000300
139.82.242.169, 2017-07-22 02:24:29, GET, /welcome/static/images/favicon.ico, HTTP/1.1, 200, 0.002161
139.82.242.169, 2017-07-22 02:24:29, GET, /welcome/static/images/favicon.png, HTTP/1.1, 200, 0.001200
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/, HTTP/1.1, 200, 0.117194
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/static/js/share.js, HTTP/1.1, 200, 0.000895
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/static/css/calendar.css, HTTP/1.1, 200, 0.001039
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/static/js/bootstrap.min.js, HTTP/1.1, 200, 0.002023
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/static/css/web2py-bootstrap3.css, HTTP/1.1, 200, 0.005970
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/static/css/bootstrap.min.css, HTTP/1.1, 200, 0.003951
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/static/js/calendar.js, HTTP/1.1, 200, 0.002210
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/static/js/jquery.js, HTTP/1.1, 200, 0.000518
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/static/js/web2py-bootstrap3.js, HTTP/1.1, 200, 0.000811
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/static/js/modernizr-2.8.3.min.js, HTTP/1.1, 200, 0.000462
139.82.242.169, 2017-07-22 02:26:02, GET, /touch_pay_client/static/js/web2py.js, HTTP/1.1, 200, 0.000741
139.82.242.169, 2017-07-22 02:26:03, GET, /touch_pay_client/static/fonts/glyphicons-halflings-regular.woff2, HTTP/1.1, 200, 0.001037
139.82.242.169, 2017-07-22 02:26:03, GET, /touch_pay_client/static/images/facebook.png, HTTP/1.1, 200, 0.002578
139.82.242.169, 2017-07-22 02:26:03, GET, /touch_pay_client/static/images/twitter.png, HTTP/1.1, 200, 0.004491
139.82.242.169, 2017-07-22 02:26:03, GET, /touch_pay_client/static/images/gplus-32.png, HTTP/1.1, 200, 0.002414
139.82.242.169, 2017-07-22 02:26:05, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.001133
139.82.242.169, 2017-07-22 02:26:05, GET, /touch_pay_client/static/images/favicon.png, HTTP/1.1, 200, 0.000680
127.0.0.1, 2017-07-22 02:33:14, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018198
139.82.242.169, 2017-07-22 02:34:07, GET, /touch_pay_client/, HTTP/1.1, 200, 0.040656
139.82.242.169, 2017-07-22 02:34:07, GET, /touch_pay_client/static/css/web2py-bootstrap3.css, HTTP/1.1, 200, 0.002692
139.82.242.169, 2017-07-22 02:34:07, GET, /touch_pay_client/static/css/bootstrap.min.css, HTTP/1.1, 200, 0.001798
139.82.242.169, 2017-07-22 02:34:07, GET, /touch_pay_client/static/css/calendar.css, HTTP/1.1, 200, 0.000642
127.0.0.1, 2017-07-22 02:44:13, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.019097
127.0.0.1, 2017-07-22 02:44:15, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018816
127.0.0.1, 2017-07-22 02:44:15, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000415
127.0.0.1, 2017-07-22 02:44:32, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015993
127.0.0.1, 2017-07-22 02:44:32, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000340
127.0.0.1, 2017-07-22 02:44:50, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018231
127.0.0.1, 2017-07-22 02:44:50, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000393
127.0.0.1, 2017-07-22 02:45:06, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.019033
127.0.0.1, 2017-07-22 02:45:06, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000284
127.0.0.1, 2017-07-22 02:45:23, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.020594
127.0.0.1, 2017-07-22 02:45:23, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000399
127.0.0.1, 2017-07-22 02:47:51, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014545
127.0.0.1, 2017-07-22 02:47:51, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000292
127.0.0.1, 2017-07-22 02:47:51, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014687
127.0.0.1, 2017-07-22 02:47:51, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000424
127.0.0.1, 2017-07-22 02:47:52, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016099
127.0.0.1, 2017-07-22 02:47:52, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000279
127.0.0.1, 2017-07-22 02:48:05, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.027113
127.0.0.1, 2017-07-22 02:48:05, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000445
127.0.0.1, 2017-07-22 02:48:06, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.025330
127.0.0.1, 2017-07-22 02:48:06, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000316
127.0.0.1, 2017-07-22 02:48:06, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014617
127.0.0.1, 2017-07-22 02:48:06, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000281
127.0.0.1, 2017-07-22 02:48:06, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014739
127.0.0.1, 2017-07-22 02:48:06, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000422
127.0.0.1, 2017-07-22 02:48:52, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.019533
127.0.0.1, 2017-07-22 02:48:52, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000403
127.0.0.1, 2017-07-22 02:49:42, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018415
127.0.0.1, 2017-07-22 02:49:42, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000288
127.0.0.1, 2017-07-22 02:50:03, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014327
127.0.0.1, 2017-07-22 02:50:03, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000423
127.0.0.1, 2017-07-22 02:50:54, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.017202
127.0.0.1, 2017-07-22 02:50:54, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000280
127.0.0.1, 2017-07-22 02:51:08, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.021329
127.0.0.1, 2017-07-22 02:51:08, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000420
127.0.0.1, 2017-07-22 02:53:39, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.021879
127.0.0.1, 2017-07-22 02:53:39, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000404
127.0.0.1, 2017-07-22 02:53:52, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.024158
127.0.0.1, 2017-07-22 02:53:53, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000285
127.0.0.1, 2017-07-22 02:56:07, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.025222
127.0.0.1, 2017-07-22 02:56:30, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016500
127.0.0.1, 2017-07-22 02:56:31, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.027304
127.0.0.1, 2017-07-22 02:56:33, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015435
127.0.0.1, 2017-07-22 02:56:37, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.017021
127.0.0.1, 2017-07-22 02:57:15, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.023889
127.0.0.1, 2017-07-22 02:59:36, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.021662
127.0.0.1, 2017-07-22 02:59:36, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000424
127.0.0.1, 2017-07-22 02:59:55, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016996
127.0.0.1, 2017-07-22 02:59:58, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016702
127.0.0.1, 2017-07-22 02:59:58, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000380
127.0.0.1, 2017-07-22 03:00:14, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.020009
127.0.0.1, 2017-07-22 03:00:14, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000428
127.0.0.1, 2017-07-22 03:00:38, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.013774
127.0.0.1, 2017-07-22 03:00:38, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000277
127.0.0.1, 2017-07-22 03:00:45, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018510
127.0.0.1, 2017-07-22 03:00:45, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000391
127.0.0.1, 2017-07-22 03:01:01, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016166
127.0.0.1, 2017-07-22 03:01:51, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015502
127.0.0.1, 2017-07-22 03:01:51, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000387
127.0.0.1, 2017-07-22 03:02:05, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015336
127.0.0.1, 2017-07-22 03:02:20, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.013669
127.0.0.1, 2017-07-22 03:03:33, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.020647
127.0.0.1, 2017-07-22 03:09:04, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018556
127.0.0.1, 2017-07-22 03:09:04, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000396
127.0.0.1, 2017-07-22 03:10:16, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014467
127.0.0.1, 2017-07-22 03:14:16, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.013176
127.0.0.1, 2017-07-22 03:14:16, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000488
127.0.0.1, 2017-07-22 03:19:44, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016946
127.0.0.1, 2017-07-22 03:22:40, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014035
127.0.0.1, 2017-07-22 03:22:40, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000329
127.0.0.1, 2017-07-22 03:22:44, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014579
127.0.0.1, 2017-07-22 03:22:46, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018960
127.0.0.1, 2017-07-22 03:35:27, GET, /touch_pay_client/find_finger, HTTP/1.1, 404, 0.010158
127.0.0.1, 2017-07-22 03:35:27, GET, /favicon.ico, HTTP/1.1, 400, 0.000256
127.0.0.1, 2017-07-22 03:35:32, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 0.039059
127.0.0.1, 2017-07-22 03:35:32, GET, /favicon.ico, HTTP/1.1, 400, 0.000226
127.0.0.1, 2017-07-22 03:35:34, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.03-35-32.e7e4d233-2610-41b8-8391-2e9498b61876, HTTP/1.1, 303, 0.097325
127.0.0.1, 2017-07-22 03:35:34, GET, /admin/default/index, HTTP/1.1, 200, 0.029331
127.0.0.1, 2017-07-22 03:35:34, GET, /favicon.ico, HTTP/1.1, 400, 0.000202
127.0.0.1, 2017-07-22 03:35:35, POST, /admin/default/index, HTTP/1.1, 303, 0.006378
127.0.0.1, 2017-07-22 03:35:35, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.03-35-32.e7e4d233-2610-41b8-8391-2e9498b61876, HTTP/1.1, 200, 0.030501
127.0.0.1, 2017-07-22 03:35:36, GET, /favicon.ico, HTTP/1.1, 400, 0.000198
127.0.0.1, 2017-07-22 03:36:03, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 6.620514
127.0.0.1, 2017-07-22 03:36:03, GET, /favicon.ico, HTTP/1.1, 400, 0.000208
127.0.0.1, 2017-07-22 03:36:08, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.03-35-56.8ef4e361-9dbb-479d-b8bb-101bfbf6b289, HTTP/1.1, 200, 0.018266
127.0.0.1, 2017-07-22 03:36:08, GET, /favicon.ico, HTTP/1.1, 400, 0.000356
127.0.0.1, 2017-07-22 03:37:27, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.172818
127.0.0.1, 2017-07-22 03:37:27, GET, /favicon.ico, HTTP/1.1, 400, 0.000263
127.0.0.1, 2017-07-22 03:38:42, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.410757
127.0.0.1, 2017-07-22 03:38:42, GET, /favicon.ico, HTTP/1.1, 400, 0.000379
127.0.0.1, 2017-07-22 03:39:14, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.861228
127.0.0.1, 2017-07-22 03:39:14, GET, /favicon.ico, HTTP/1.1, 400, 0.000201
127.0.0.1, 2017-07-22 03:53:22, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014549
127.0.0.1, 2017-07-22 03:56:45, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.022577
127.0.0.1, 2017-07-22 03:57:03, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.022344
127.0.0.1, 2017-07-22 03:57:11, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.541622
127.0.0.1, 2017-07-22 03:57:17, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015324
127.0.0.1, 2017-07-22 03:57:26, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 6.161050
127.0.0.1, 2017-07-22 03:57:44, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014823
127.0.0.1, 2017-07-22 03:57:50, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015240
127.0.0.1, 2017-07-22 03:58:05, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 23.493998
127.0.0.1, 2017-07-22 03:58:05, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 12.894404
127.0.0.1, 2017-07-22 04:00:51, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015508
127.0.0.1, 2017-07-22 04:01:03, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.277899
127.0.0.1, 2017-07-22 04:01:35, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 26.415424
127.0.0.1, 2017-07-22 04:01:40, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.866005
127.0.0.1, 2017-07-22 04:01:40, GET, /favicon.ico, HTTP/1.1, 400, 0.000273
127.0.0.1, 2017-07-22 04:01:52, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.029324
127.0.0.1, 2017-07-22 04:01:59, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.642099
127.0.0.1, 2017-07-22 04:16:27, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.020519
127.0.0.1, 2017-07-22 04:16:27, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000408
127.0.0.1, 2017-07-22 04:16:41, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 12.999703
127.0.0.1, 2017-07-22 04:16:45, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 4.542342
127.0.0.1, 2017-07-22 04:16:54, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.017692
127.0.0.1, 2017-07-22 04:17:07, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 3.883695
127.0.0.1, 2017-07-22 04:17:52, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 7.077623
127.0.0.1, 2017-07-22 04:17:52, GET, /favicon.ico, HTTP/1.1, 400, 0.000348
127.0.0.1, 2017-07-22 04:17:54, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.04-17-44.36e920c4-a3fe-4176-8f3c-15c137e163bb, HTTP/1.1, 200, 0.024814
127.0.0.1, 2017-07-22 04:17:54, GET, /favicon.ico, HTTP/1.1, 400, 0.000505
127.0.0.1, 2017-07-22 04:18:55, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015239
127.0.0.1, 2017-07-22 04:21:37, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.04-17-44.36e920c4-a3fe-4176-8f3c-15c137e163bb, HTTP/1.1, 200, 0.030149
127.0.0.1, 2017-07-22 04:21:37, GET, /favicon.ico, HTTP/1.1, 400, 0.000232
127.0.0.1, 2017-07-22 04:21:42, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.04-17-44.36e920c4-a3fe-4176-8f3c-15c137e163bb, HTTP/1.1, 200, 0.018518
127.0.0.1, 2017-07-22 04:21:42, GET, /favicon.ico, HTTP/1.1, 400, 0.000434
127.0.0.1, 2017-07-22 04:22:00, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 10.143537
127.0.0.1, 2017-07-22 04:22:00, GET, /favicon.ico, HTTP/1.1, 400, 0.000253
127.0.0.1, 2017-07-22 04:29:08, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014565
127.0.0.1, 2017-07-22 04:29:21, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.022454
127.0.0.1, 2017-07-22 04:29:21, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000432
127.0.0.1, 2017-07-22 04:29:22, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.023400
127.0.0.1, 2017-07-22 04:29:22, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000304
127.0.0.1, 2017-07-22 04:29:23, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.025503
127.0.0.1, 2017-07-22 04:29:23, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000283
127.0.0.1, 2017-07-22 04:29:37, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.022696
127.0.0.1, 2017-07-22 04:29:52, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.017981
127.0.0.1, 2017-07-22 04:29:52, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000426
127.0.0.1, 2017-07-22 04:30:02, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014280
127.0.0.1, 2017-07-22 04:30:02, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000422
127.0.0.1, 2017-07-22 04:30:46, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.020596
127.0.0.1, 2017-07-22 04:30:46, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000331
127.0.0.1, 2017-07-22 04:31:21, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.021778
127.0.0.1, 2017-07-22 04:31:21, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000305
127.0.0.1, 2017-07-22 04:32:38, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014129
127.0.0.1, 2017-07-22 05:31:51, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.04-17-44.36e920c4-a3fe-4176-8f3c-15c137e163bb, HTTP/1.1, 303, 0.158811
127.0.0.1, 2017-07-22 05:31:51, GET, /admin/default/index, HTTP/1.1, 200, 0.077777
127.0.0.1, 2017-07-22 05:31:51, GET, /favicon.ico, HTTP/1.1, 400, 0.000379
127.0.0.1, 2017-07-22 05:32:06, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 12.829527
127.0.0.1, 2017-07-22 05:32:06, GET, /favicon.ico, HTTP/1.1, 400, 0.000375
127.0.0.1, 2017-07-22 05:32:14, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 3.971782
127.0.0.1, 2017-07-22 05:32:14, GET, /favicon.ico, HTTP/1.1, 400, 0.000381
127.0.0.1, 2017-07-22 05:33:05, POST, /admin/default/index, HTTP/1.1, 303, 0.007470
127.0.0.1, 2017-07-22 05:33:05, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.04-17-44.36e920c4-a3fe-4176-8f3c-15c137e163bb, HTTP/1.1, 200, 0.050134
127.0.0.1, 2017-07-22 05:33:05, GET, /favicon.ico, HTTP/1.1, 400, 0.000325
127.0.0.1, 2017-07-22 05:33:11, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018482
127.0.0.1, 2017-07-22 05:33:14, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018647
127.0.0.1, 2017-07-22 05:33:14, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000712
127.0.0.1, 2017-07-22 05:43:50, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015764
127.0.0.1, 2017-07-22 05:43:50, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000395
127.0.0.1, 2017-07-22 05:43:56, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 4.481203
127.0.0.1, 2017-07-22 05:44:20, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 4.210375
127.0.0.1, 2017-07-22 05:44:20, GET, /favicon.ico, HTTP/1.1, 400, 0.000301
127.0.0.1, 2017-07-22 05:44:23, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.05-44-16.e89f420f-e391-450f-a36d-dbf75b8102da, HTTP/1.1, 200, 0.026077
127.0.0.1, 2017-07-22 05:44:23, GET, /favicon.ico, HTTP/1.1, 400, 0.000289
127.0.0.1, 2017-07-22 05:45:04, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 3.887377
127.0.0.1, 2017-07-22 05:45:04, GET, /favicon.ico, HTTP/1.1, 400, 0.000275
127.0.0.1, 2017-07-22 05:45:05, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 767.165457
127.0.0.1, 2017-07-22 05:45:13, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.05-45-00.bf925d05-9557-45cd-98ad-df6e9d2924e3, HTTP/1.1, 200, 0.019247
127.0.0.1, 2017-07-22 05:45:13, GET, /favicon.ico, HTTP/1.1, 400, 0.000199
127.0.0.1, 2017-07-22 05:46:13, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 8.034368
127.0.0.1, 2017-07-22 05:46:13, GET, /favicon.ico, HTTP/1.1, 400, 0.000284
127.0.0.1, 2017-07-22 05:46:51, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015487
127.0.0.1, 2017-07-22 05:46:51, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000381
127.0.0.1, 2017-07-22 05:46:58, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.013122
127.0.0.1, 2017-07-22 05:47:09, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 9.376576
127.0.0.1, 2017-07-22 05:48:12, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.026837
127.0.0.1, 2017-07-22 05:48:24, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 10.077722
127.0.0.1, 2017-07-22 05:49:03, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.565362
127.0.0.1, 2017-07-22 05:49:03, GET, /favicon.ico, HTTP/1.1, 400, 0.000273
127.0.0.1, 2017-07-22 05:50:35, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.027361
127.0.0.1, 2017-07-22 05:50:48, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 10.524392
127.0.0.1, 2017-07-22 05:51:05, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.022625
127.0.0.1, 2017-07-22 05:51:14, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.302910
127.0.0.1, 2017-07-22 05:53:34, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.020305
127.0.0.1, 2017-07-22 05:53:41, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.276525
127.0.0.1, 2017-07-22 05:54:27, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015949
127.0.0.1, 2017-07-22 05:54:27, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000287
127.0.0.1, 2017-07-22 05:54:35, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.890266
127.0.0.1, 2017-07-22 05:55:23, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016881
127.0.0.1, 2017-07-22 05:55:30, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.858737
127.0.0.1, 2017-07-22 05:57:43, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.026073
127.0.0.1, 2017-07-22 05:58:07, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.023434
127.0.0.1, 2017-07-22 05:58:35, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 23.852473
127.0.0.1, 2017-07-22 05:58:59, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 24.314742
127.0.0.1, 2017-07-22 06:00:25, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 4.927816
127.0.0.1, 2017-07-22 06:00:25, GET, /favicon.ico, HTTP/1.1, 400, 0.000196
127.0.0.1, 2017-07-22 06:00:29, GET, /admin/default/ticket/touch_pay_client/127.0.0.1.2017-07-22.06-00-20.a746b9c0-6967-4f88-91d3-a5a158685c26, HTTP/1.1, 200, 0.014541
127.0.0.1, 2017-07-22 06:00:29, GET, /favicon.ico, HTTP/1.1, 400, 0.000318
127.0.0.1, 2017-07-22 06:03:20, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014204
127.0.0.1, 2017-07-22 06:03:42, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 21.044774
127.0.0.1, 2017-07-22 06:03:49, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 3.744104
127.0.0.1, 2017-07-22 06:04:01, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 301.557429
127.0.0.1, 2017-07-22 06:04:01, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.286541
127.0.0.1, 2017-07-22 06:04:01, GET, /favicon.ico, HTTP/1.1, 400, 0.000295
127.0.0.1, 2017-07-22 06:04:10, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.030139
127.0.0.1, 2017-07-22 06:04:20, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.921637
127.0.0.1, 2017-07-22 06:08:09, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.031892
127.0.0.1, 2017-07-22 06:08:18, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 7.210988
127.0.0.1, 2017-07-22 06:09:01, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.019016
127.0.0.1, 2017-07-22 06:09:01, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000282
127.0.0.1, 2017-07-22 06:09:18, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 4.599227
127.0.0.1, 2017-07-22 06:09:18, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 53.801000
127.0.0.1, 2017-07-22 06:09:29, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 6.889592
127.0.0.1, 2017-07-22 06:15:30, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015775
127.0.0.1, 2017-07-22 06:16:20, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 75.133777
127.0.0.1, 2017-07-22 06:16:22, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 10.993645
127.0.0.1, 2017-07-22 06:16:30, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.591650
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.024560
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/js/jquery.js, HTTP/1.1, 304, 0.001550
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/css/calendar.css, HTTP/1.1, 304, 0.000529
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/js/bootstrap.min.js, HTTP/1.1, 304, 0.000375
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/js/modernizr-2.8.3.min.js, HTTP/1.1, 304, 0.000923
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/css/web2py-bootstrap3.css, HTTP/1.1, 304, 0.003007
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/js/calendar.js, HTTP/1.1, 304, 0.004336
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/js/web2py.js, HTTP/1.1, 304, 0.000341
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/css/bootstrap.min.css, HTTP/1.1, 304, 0.000191
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/js/web2py-bootstrap3.js, HTTP/1.1, 304, 0.000272
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/js/share.js, HTTP/1.1, 304, 0.000690
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/fonts/glyphicons-halflings-regular.woff2, HTTP/1.1, 304, 0.000412
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/images/gplus-32.png, HTTP/1.1, 304, 0.000605
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/images/twitter.png, HTTP/1.1, 304, 0.001109
127.0.0.1, 2017-07-22 06:26:01, GET, /touch_pay_client/static/images/facebook.png, HTTP/1.1, 304, 0.000500
127.0.0.1, 2017-07-22 06:27:00, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.033372
127.0.0.1, 2017-07-22 06:27:03, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018229
127.0.0.1, 2017-07-22 06:28:35, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.027586
127.0.0.1, 2017-07-22 06:31:06, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.020570
127.0.0.1, 2017-07-22 06:31:23, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014990
127.0.0.1, 2017-07-22 06:36:55, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.021441
127.0.0.1, 2017-07-22 06:36:55, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000421
127.0.0.1, 2017-07-22 06:37:06, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 347.537322
127.0.0.1, 2017-07-22 06:37:10, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 12.216774
127.0.0.1, 2017-07-22 06:38:18, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.021110
127.0.0.1, 2017-07-22 06:38:18, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000410
127.0.0.1, 2017-07-22 06:38:24, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.906566
127.0.0.1, 2017-07-22 06:39:02, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.030975
127.0.0.1, 2017-07-22 06:39:06, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.028381
127.0.0.1, 2017-07-22 06:39:12, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.925418
127.0.0.1, 2017-07-22 06:40:03, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.028779
127.0.0.1, 2017-07-22 06:40:14, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.772772
127.0.0.1, 2017-07-22 06:46:24, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.023633
127.0.0.1, 2017-07-22 06:46:51, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.029218
127.0.0.1, 2017-07-22 06:47:04, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 10.294165
127.0.0.1, 2017-07-22 06:47:20, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.026610
127.0.0.1, 2017-07-22 06:47:31, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.178776
127.0.0.1, 2017-07-22 06:48:22, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 8.151572
127.0.0.1, 2017-07-22 06:48:38, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 6.848052
127.0.0.1, 2017-07-22 06:49:22, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.029648
127.0.0.1, 2017-07-22 07:30:57, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.024482
127.0.0.1, 2017-07-22 07:31:25, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 24.945284
127.0.0.1, 2017-07-22 07:31:46, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015252
127.0.0.1, 2017-07-22 07:31:56, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.973828
127.0.0.1, 2017-07-22 07:32:05, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.021235
127.0.0.1, 2017-07-22 07:32:06, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 0.406938
127.0.0.1, 2017-07-22 07:32:45, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.028339
127.0.0.1, 2017-07-22 07:33:02, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 6.235983
127.0.0.1, 2017-07-22 07:33:14, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 3.578006
127.0.0.1, 2017-07-22 07:33:38, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 1.963399
127.0.0.1, 2017-07-22 07:33:55, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 1.858634
127.0.0.1, 2017-07-22 11:23:47, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.020831
127.0.0.1, 2017-07-22 11:23:47, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000384
127.0.0.1, 2017-07-22 11:23:58, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 7.908486
127.0.0.1, 2017-07-22 11:25:53, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.434151
127.0.0.1, 2017-07-22 11:29:05, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015330
127.0.0.1, 2017-07-22 11:32:16, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.019458
127.0.0.1, 2017-07-22 11:32:26, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.447837
127.0.0.1, 2017-07-22 11:33:01, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.024739
127.0.0.1, 2017-07-22 11:33:08, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 5.145245
127.0.0.1, 2017-07-22 11:33:11, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016571
127.0.0.1, 2017-07-22 11:33:11, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000402
127.0.0.1, 2017-07-22 11:33:19, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 4.816213
127.0.0.1, 2017-07-22 11:34:04, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016251
127.0.0.1, 2017-07-22 11:34:12, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.884030
127.0.0.1, 2017-07-22 11:39:13, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.025084
127.0.0.1, 2017-07-22 11:39:36, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 13.934086
127.0.0.1, 2017-07-22 11:39:56, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.999480
127.0.0.1, 2017-07-22 11:40:23, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 17.020308
127.0.0.1, 2017-07-22 11:40:39, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 16.242897
127.0.0.1, 2017-07-22 11:40:46, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 18.456155
127.0.0.1, 2017-07-22 11:47:05, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015787
127.0.0.1, 2017-07-22 11:47:31, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 173.216501
127.0.0.1, 2017-07-22 11:47:31, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 6.092850
127.0.0.1, 2017-07-22 11:47:37, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014162
127.0.0.1, 2017-07-22 11:47:52, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 426.239903
127.0.0.1, 2017-07-22 11:47:56, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 9.678449
127.0.0.1, 2017-07-22 11:50:33, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.027623
127.0.0.1, 2017-07-22 11:50:42, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 6.317837
127.0.0.1, 2017-07-22 11:50:56, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 6.454284
127.0.0.1, 2017-07-22 11:53:29, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.017408
127.0.0.1, 2017-07-22 11:53:50, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.022125
127.0.0.1, 2017-07-22 11:55:01, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.019512
127.0.0.1, 2017-07-22 11:55:17, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 85.132666
127.0.0.1, 2017-07-22 11:55:17, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 13.524076
127.0.0.1, 2017-07-22 11:55:17, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 106.377155
127.0.0.1, 2017-07-22 11:55:36, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014023
127.0.0.1, 2017-07-22 11:55:55, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016665
127.0.0.1, 2017-07-22 11:55:58, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 21.809576
127.0.0.1, 2017-07-22 11:55:58, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 20.115170
127.0.0.1, 2017-07-22 11:56:16, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 15.479522
127.0.0.1, 2017-07-22 11:56:16, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 56.529877
127.0.0.1, 2017-07-22 11:56:39, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 16.887002
127.0.0.1, 2017-07-22 11:56:43, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.025295
127.0.0.1, 2017-07-22 11:56:53, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.843765
127.0.0.1, 2017-07-22 11:57:50, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 15.815006
127.0.0.1, 2017-07-22 11:58:34, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 0.466940
127.0.0.1, 2017-07-22 12:14:55, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.030201
127.0.0.1, 2017-07-22 12:15:10, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 9.923254
127.0.0.1, 2017-07-22 12:15:22, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.116326
127.0.0.1, 2017-07-22 12:15:36, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.014502
127.0.0.1, 2017-07-22 12:16:24, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016634
127.0.0.1, 2017-07-22 12:16:29, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 58.986795
127.0.0.1, 2017-07-22 12:16:37, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.512257
127.0.0.1, 2017-07-22 12:16:55, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 13.881493
127.0.0.1, 2017-07-22 12:17:08, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.353897
127.0.0.1, 2017-07-22 12:17:28, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.838750
127.0.0.1, 2017-07-22 12:17:41, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.385216
127.0.0.1, 2017-07-22 12:34:51, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.428645
127.0.0.1, 2017-07-22 12:37:19, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015388
127.0.0.1, 2017-07-22 12:38:18, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.021797
127.0.0.1, 2017-07-22 12:38:18, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000659
127.0.0.1, 2017-07-22 12:39:55, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.013272
127.0.0.1, 2017-07-22 12:39:55, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000787
127.0.0.1, 2017-07-22 12:43:13, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.027418
127.0.0.1, 2017-07-22 12:43:29, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.181188
127.0.0.1, 2017-07-22 12:43:43, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 8.224647
127.0.0.1, 2017-07-22 12:43:49, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 2.881725
127.0.0.1, 2017-07-22 12:50:40, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.032237
127.0.0.1, 2017-07-22 12:51:08, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.130191
127.0.0.1, 2017-07-22 12:51:17, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 2.147142
127.0.0.1, 2017-07-22 13:00:07, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.433594
127.0.0.1, 2017-07-22 13:00:20, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 2.440107
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.022954
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/css/web2py-bootstrap3.css, HTTP/1.1, 304, 0.000823
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/css/calendar.css, HTTP/1.1, 304, 0.000348
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/js/calendar.js, HTTP/1.1, 304, 0.001383
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/js/jquery.js, HTTP/1.1, 304, 0.002129
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/js/modernizr-2.8.3.min.js, HTTP/1.1, 304, 0.003623
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/css/bootstrap.min.css, HTTP/1.1, 304, 0.003762
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/js/web2py.js, HTTP/1.1, 304, 0.000497
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/js/bootstrap.min.js, HTTP/1.1, 304, 0.000631
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/js/web2py-bootstrap3.js, HTTP/1.1, 304, 0.000402
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/js/share.js, HTTP/1.1, 304, 0.000368
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/fonts/glyphicons-halflings-regular.woff2, HTTP/1.1, 304, 0.000479
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/images/facebook.png, HTTP/1.1, 304, 0.000254
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/images/gplus-32.png, HTTP/1.1, 304, 0.000271
127.0.0.1, 2017-07-22 13:03:13, GET, /touch_pay_client/static/images/twitter.png, HTTP/1.1, 304, 0.001557
127.0.0.1, 2017-07-22 13:03:23, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 6.951004
127.0.0.1, 2017-07-22 13:03:34, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.268133
139.82.242.169, 2017-07-22 13:24:57, GET, /touch_pay_client/, HTTP/1.1, 200, 0.055963
139.82.242.169, 2017-07-22 13:24:58, GET, /touch_pay_client/static/css/bootstrap.min.css, HTTP/1.1, 200, 0.001131
139.82.242.169, 2017-07-22 13:24:58, GET, /touch_pay_client/static/css/calendar.css, HTTP/1.1, 200, 0.000964
139.82.242.169, 2017-07-22 13:24:58, GET, /touch_pay_client/static/css/web2py-bootstrap3.css, HTTP/1.1, 200, 0.003145
139.82.242.169, 2017-07-22 13:24:58, GET, /touch_pay_client/static/js/share.js, HTTP/1.1, 200, 0.003521
139.82.242.169, 2017-07-22 13:24:58, GET, /touch_pay_client/static/js/bootstrap.min.js, HTTP/1.1, 200, 0.001711
139.82.242.169, 2017-07-22 13:24:58, GET, /touch_pay_client/static/js/calendar.js, HTTP/1.1, 200, 0.002889
139.82.242.169, 2017-07-22 13:24:58, GET, /touch_pay_client/static/js/modernizr-2.8.3.min.js, HTTP/1.1, 200, 0.000901
139.82.242.169, 2017-07-22 13:24:58, GET, /touch_pay_client/static/js/web2py.js, HTTP/1.1, 200, 0.000737
139.82.242.169, 2017-07-22 13:24:58, GET, /touch_pay_client/static/js/web2py-bootstrap3.js, HTTP/1.1, 200, 0.000904
139.82.242.169, 2017-07-22 13:24:58, GET, /touch_pay_client/static/js/jquery.js, HTTP/1.1, 200, 0.000740
139.82.242.169, 2017-07-22 13:24:59, GET, /touch_pay_client/static/fonts/glyphicons-halflings-regular.woff2, HTTP/1.1, 200, 0.001153
139.82.242.169, 2017-07-22 13:25:00, GET, /touch_pay_client/static/images/twitter.png, HTTP/1.1, 200, 0.001104
139.82.242.169, 2017-07-22 13:25:00, GET, /touch_pay_client/static/images/facebook.png, HTTP/1.1, 200, 0.001409
139.82.242.169, 2017-07-22 13:25:00, GET, /touch_pay_client/static/images/gplus-32.png, HTTP/1.1, 200, 0.002022
139.82.242.169, 2017-07-22 13:25:03, GET, /touch_pay_client/find_finger, HTTP/1.1, 404, 0.024596
139.82.242.169, 2017-07-22 13:25:31, GET, /touch_pay_client/find_finger, HTTP/1.1, 404, 0.028743
139.82.242.169, 2017-07-22 13:25:44, GET, /touch_pay_client/find_finger, HTTP/1.1, 404, 0.033256
139.82.242.169, 2017-07-22 13:25:50, GET, /touch_pay_client/, HTTP/1.1, 200, 0.033034
139.82.242.169, 2017-07-22 13:25:50, GET, /touch_pay_client/static/css/web2py-bootstrap3.css, HTTP/1.1, 200, 0.001582
139.82.242.169, 2017-07-22 13:25:50, GET, /touch_pay_client/static/css/bootstrap.min.css, HTTP/1.1, 200, 0.002981
139.82.242.169, 2017-07-22 13:25:50, GET, /touch_pay_client/static/css/calendar.css, HTTP/1.1, 200, 0.000619
139.82.242.169, 2017-07-22 13:25:51, GET, /touch_pay_client/static/images/favicon.png, HTTP/1.1, 200, 0.002441
139.82.242.169, 2017-07-22 13:25:51, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.001540
139.82.242.169, 2017-07-22 13:25:53, GET, /touch_pay_client/find_finger, HTTP/1.1, 404, 0.017896
127.0.0.1, 2017-07-22 13:37:53, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.244797
127.0.0.1, 2017-07-22 13:37:53, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000398
127.0.0.1, 2017-07-22 13:37:55, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018083
127.0.0.1, 2017-07-22 13:37:56, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.024295
127.0.0.1, 2017-07-22 13:37:57, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.026085
127.0.0.1, 2017-07-22 13:37:58, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.024370
127.0.0.1, 2017-07-22 13:37:58, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016603
127.0.0.1, 2017-07-22 13:38:00, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.017822
127.0.0.1, 2017-07-22 13:38:01, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.022094
127.0.0.1, 2017-07-22 13:38:02, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.025485
127.0.0.1, 2017-07-22 13:38:31, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.040338
127.0.0.1, 2017-07-22 13:38:32, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.022151
127.0.0.1, 2017-07-22 13:38:32, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.024979
127.0.0.1, 2017-07-22 13:38:32, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.027385
127.0.0.1, 2017-07-22 13:38:39, GET, /touch_pay_client/default/user/register, HTTP/1.1, 200, 0.023403
127.0.0.1, 2017-07-22 13:39:03, POST, /touch_pay_client/default/user/register, HTTP/1.1, 303, 0.028657
127.0.0.1, 2017-07-22 13:39:03, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.025760
127.0.0.1, 2017-07-22 13:39:05, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.025650
127.0.0.1, 2017-07-22 13:39:05, GET, /touch_pay_client/default/client/new/client, HTTP/1.1, 200, 0.019341
127.0.0.1, 2017-07-22 13:39:07, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.022690
127.0.0.1, 2017-07-22 13:39:08, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.024970
127.0.0.1, 2017-07-22 13:39:09, GET, /touch_pay_client/default/card/new/creditCard, HTTP/1.1, 200, 0.018955
127.0.0.1, 2017-07-22 13:39:11, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.029909
127.0.0.1, 2017-07-22 13:39:14, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.016203
127.0.0.1, 2017-07-22 13:39:19, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.024916
127.0.0.1, 2017-07-22 13:39:21, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.026425
127.0.0.1, 2017-07-22 13:39:22, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.024905
127.0.0.1, 2017-07-22 13:39:23, GET, /touch_pay_client/default/client/new/client, HTTP/1.1, 200, 0.022037
127.0.0.1, 2017-07-22 13:39:27, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.026336
127.0.0.1, 2017-07-22 13:39:28, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.025536
127.0.0.1, 2017-07-22 13:39:29, GET, /touch_pay_client/default/card/new/creditCard, HTTP/1.1, 200, 0.019427
127.0.0.1, 2017-07-22 13:39:37, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.027032
127.0.0.1, 2017-07-22 13:39:38, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.023595
127.0.0.1, 2017-07-22 13:39:39, GET, /touch_pay_client/default/client/new/client, HTTP/1.1, 200, 0.025701
127.0.0.1, 2017-07-22 13:39:54, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.023187
127.0.0.1, 2017-07-22 13:39:55, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.025776
127.0.0.1, 2017-07-22 13:39:56, GET, /touch_pay_client/default/card/new/creditCard, HTTP/1.1, 200, 0.019914
127.0.0.1, 2017-07-22 13:52:20, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.045200
127.0.0.1, 2017-07-22 13:52:21, GET, /touch_pay_client/default/client/new/client, HTTP/1.1, 200, 0.024130
127.0.0.1, 2017-07-22 13:52:25, POST, /touch_pay_client/default/client/new/client, HTTP/1.1, 303, 0.032267
127.0.0.1, 2017-07-22 13:52:25, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.026150
127.0.0.1, 2017-07-22 13:52:28, GET, /touch_pay_client/default/client/edit/client/1, HTTP/1.1, 200, 0.023108
127.0.0.1, 2017-07-22 13:52:37, POST, /touch_pay_client/default/client/edit/client/1, HTTP/1.1, 303, 0.023785
127.0.0.1, 2017-07-22 13:52:37, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.024160
127.0.0.1, 2017-07-22 13:53:00, GET, /touch_pay_client/default/client/edit/client/1, HTTP/1.1, 200, 0.022667
127.0.0.1, 2017-07-22 13:53:12, POST, /touch_pay_client/default/client/edit/client/1, HTTP/1.1, 303, 0.027136
127.0.0.1, 2017-07-22 13:53:12, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.030272
127.0.0.1, 2017-07-22 13:53:14, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.027650
127.0.0.1, 2017-07-22 13:53:15, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.025914
127.0.0.1, 2017-07-22 13:53:16, GET, /touch_pay_client/default/card/new/creditCard, HTTP/1.1, 200, 0.021673
127.0.0.1, 2017-07-22 13:54:19, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.026524
127.0.0.1, 2017-07-22 13:54:20, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.019300
127.0.0.1, 2017-07-22 13:55:27, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 65.802673
127.0.0.1, 2017-07-22 13:55:27, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 40.439133
127.0.0.1, 2017-07-22 13:55:27, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 23.759281
127.0.0.1, 2017-07-22 13:55:27, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 46.282420
127.0.0.1, 2017-07-22 13:55:27, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 43.458012
127.0.0.1, 2017-07-22 13:55:27, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 45.115575
127.0.0.1, 2017-07-22 13:56:04, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.224638
127.0.0.1, 2017-07-22 13:56:04, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018491
127.0.0.1, 2017-07-22 13:56:05, GET, /touch_pay_client/default/client, HTTP/1.1, 200, 0.029553
127.0.0.1, 2017-07-22 13:56:05, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.030511
127.0.0.1, 2017-07-22 13:57:50, GET, /touch_pay_client/default/card, HTTP/1.1, 200, 0.026611
127.0.0.1, 2017-07-22 13:57:52, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.015841
127.0.0.1, 2017-07-22 15:25:03, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.021679
127.0.0.1, 2017-07-22 15:25:29, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 5.925875
127.0.0.1, 2017-07-22 15:25:41, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 1.874954
127.0.0.1, 2017-07-22 15:53:01, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.029529
127.0.0.1, 2017-07-22 15:59:06, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.032755
127.0.0.1, 2017-07-22 15:59:24, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.902080
127.0.0.1, 2017-07-22 15:59:50, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.421293
127.0.0.1, 2017-07-22 16:00:15, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 200, 4.300964
127.0.0.1, 2017-07-22 16:00:23, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 1.850418
127.0.0.1, 2017-07-22 16:02:21, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.018287
127.0.0.1, 2017-07-22 16:03:48, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.019415
127.0.0.1, 2017-07-22 16:04:59, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.023141
127.0.0.1, 2017-07-22 16:04:59, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000410
127.0.0.1, 2017-07-22 16:14:23, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.024824
127.0.0.1, 2017-07-22 16:14:23, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000435
127.0.0.1, 2017-07-22 16:14:36, GET, /touch_pay_client/default/find_finger, HTTP/1.1, 500, 5.918879
127.0.0.1, 2017-07-22 16:14:43, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 0.406583
127.0.0.1, 2017-07-22 16:14:47, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 0.372123
127.0.0.1, 2017-07-22 16:15:31, GET, /touch_pay_client/default/index, HTTP/1.1, 200, 0.025708
127.0.0.1, 2017-07-22 16:15:31, GET, /touch_pay_client/static/images/favicon.ico, HTTP/1.1, 200, 0.000469
127.0.0.1, 2017-07-22 16:15:33, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 0.460110
127.0.0.1, 2017-07-22 16:15:36, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 0.438535
127.0.0.1, 2017-07-22 16:15:39, GET, /touch_pay_client/default/billing, HTTP/1.1, 200, 0.373394