Skip to content

Instantly share code, notes, and snippets.

@muxueqz
Last active February 20, 2020 11:54
Show Gist options
  • Save muxueqz/181dfd16280a52f759d91fc11efdddac to your computer and use it in GitHub Desktop.
Save muxueqz/181dfd16280a52f759d91fc11efdddac to your computer and use it in GitHub Desktop.
I, [2020-02-20T11:50:09.925108 #476] INFO -- : [99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] Processing by ClaimEventsController#create as HTML
I, [2020-02-20T11:50:09.925213 #476] INFO -- : [99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] Parameters: {"claim_event"=>{"address_hash"=>"ckt1qyqgsmfr57zc7yhtlyjt42kdwa99ut8czyeqqywl58"}}
W, [2020-02-20T11:50:09.925409 #476] WARN -- : [99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] HTTP Origin header (http://faucet.test) didn't match request.base_url (http://127.0.0.1:8000)
I, [2020-02-20T11:50:09.925682 #476] INFO -- : [99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms | Allocations: 155)
F, [2020-02-20T11:50:09.926501 #476] FATAL -- : [99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78]
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78]
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_controller/metal/request_forgery_protection.rb:217:in `handle_unverified_request'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_controller/metal/request_forgery_protection.rb:249:in `handle_unverified_request'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_controller/metal/request_forgery_protection.rb:244:in `verify_authenticity_token'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/callbacks.rb:429:in `block in make_lambda'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/callbacks.rb:201:in `block (2 levels) in halting'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/callbacks.rb:202:in `block in halting'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/callbacks.rb:514:in `block in invoke_before'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/callbacks.rb:514:in `each'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/callbacks.rb:514:in `invoke_before'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/callbacks.rb:110:in `block in run_callbacks'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/callbacks.rb:139:in `run_callbacks'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/abstract_controller/callbacks.rb:41:in `process_action'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_controller/metal/rescue.rb:22:in `process_action'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/notifications.rb:180:in `block in instrument'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/notifications.rb:180:in `instrument'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activerecord (6.0.2.1) lib/active_record/railties/controller_runtime.rb:27:in `process_action'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/abstract_controller/base.rb:136:in `process'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionview (6.0.2.1) lib/action_view/rendering.rb:39:in `process'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_controller/metal.rb:191:in `dispatch'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_controller/metal.rb:252:in `dispatch'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/routing/route_set.rb:51:in `dispatch'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/routing/route_set.rb:33:in `serve'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/journey/router.rb:49:in `block in serve'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/journey/router.rb:32:in `each'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/journey/router.rb:32:in `serve'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/routing/route_set.rb:837:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack-attack (6.2.2) lib/rack/attack.rb:156:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack-attack (6.2.2) lib/rack/attack.rb:170:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/tempfile_reaper.rb:15:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/etag.rb:27:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/conditional_get.rb:40:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/head.rb:12:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/session/abstract/id.rb:266:in `context'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/session/abstract/id.rb:260:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/middleware/cookies.rb:648:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/callbacks.rb:101:in `run_callbacks'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] railties (6.0.2.1) lib/rails/rack/logger.rb:38:in `call_app'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] railties (6.0.2.1) lib/rails/rack/logger.rb:26:in `block in call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:80:in `block in tagged'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:80:in `tagged'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] railties (6.0.2.1) lib/rails/rack/logger.rb:26:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/method_override.rb:24:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/runtime.rb:22:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] activesupport (6.0.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] actionpack (6.0.2.1) lib/action_dispatch/middleware/host_authorization.rb:77:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] railties (6.0.2.1) lib/rails/engine.rb:526:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/urlmap.rb:74:in `block in call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/urlmap.rb:58:in `each'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] rack (2.2.2) lib/rack/urlmap.rb:58:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] puma (4.3.1) lib/puma/configuration.rb:228:in `call'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] puma (4.3.1) lib/puma/server.rb:681:in `handle_request'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] puma (4.3.1) lib/puma/server.rb:472:in `process_client'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] puma (4.3.1) lib/puma/server.rb:328:in `block in run'
[99f2d9c0-02c7-4dfd-aaa5-e85adf00ab78] puma (4.3.1) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
I, [2020-02-20T11:50:10.175101 #476] INFO -- : [c00b5d03-23e5-49de-bd4c-3dec446e0bd4] Started GET "/claim_events" for 127.0.0.1 at 2020-02-20 11:50:10 +0000
I, [2020-02-20T11:50:10.175757 #476] INFO -- : [c00b5d03-23e5-49de-bd4c-3dec446e0bd4] Processing by ClaimEventsController#index as HTML
I, [2020-02-20T11:50:10.178181 #476] INFO -- : [c00b5d03-23e5-49de-bd4c-3dec446e0bd4] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms | Allocations: 741)
I, [2020-02-20T11:50:15.407391 #476] INFO -- : [7cf3b1df-d41a-4360-98db-99c13e13193d] Started GET "/claim_events" for 127.0.0.1 at 2020-02-20 11:50:15 +0000
I, [2020-02-20T11:50:15.408211 #476] INFO -- : [7cf3b1df-d41a-4360-98db-99c13e13193d] Processing by ClaimEventsController#index as HTML
I, [2020-02-20T11:50:15.410733 #476] INFO -- : [7cf3b1df-d41a-4360-98db-99c13e13193d] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 751)
I, [2020-02-20T11:52:57.911722 #515] INFO -- : [c0bfc17f-ef61-4296-b75a-fa7e8055ac7e] Started GET "/claim_events" for 127.0.0.1 at 2020-02-20 11:52:57 +0000
I, [2020-02-20T11:52:57.913401 #515] INFO -- : [c0bfc17f-ef61-4296-b75a-fa7e8055ac7e] Processing by ClaimEventsController#index as HTML
I, [2020-02-20T11:52:57.948553 #515] INFO -- : [c0bfc17f-ef61-4296-b75a-fa7e8055ac7e] Completed 200 OK in 35ms (Views: 0.3ms | ActiveRecord: 12.3ms | Allocations: 8130)
I, [2020-02-20T11:53:03.186510 #515] INFO -- : [4b3b33a5-d330-4040-8167-86725f26d995] Started GET "/claim_events" for 127.0.0.1 at 2020-02-20 11:53:03 +0000
I, [2020-02-20T11:53:03.187523 #515] INFO -- : [4b3b33a5-d330-4040-8167-86725f26d995] Processing by ClaimEventsController#index as HTML
I, [2020-02-20T11:53:03.190970 #515] INFO -- : [4b3b33a5-d330-4040-8167-86725f26d995] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.5ms | Allocations: 766)
I, [2020-02-20T11:53:08.425595 #515] INFO -- : [83f5e5fd-2d31-4240-a029-b37b75e8cbc1] Started GET "/claim_events" for 127.0.0.1 at 2020-02-20 11:53:08 +0000
I, [2020-02-20T11:53:08.426545 #515] INFO -- : [83f5e5fd-2d31-4240-a029-b37b75e8cbc1] Processing by ClaimEventsController#index as HTML
I, [2020-02-20T11:53:08.429509 #515] INFO -- : [83f5e5fd-2d31-4240-a029-b37b75e8cbc1] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms | Allocations: 774)
I, [2020-02-20T11:53:13.666162 #515] INFO -- : [8ebb6232-bc64-4a80-9ccc-581fee303886] Started GET "/claim_events" for 127.0.0.1 at 2020-02-20 11:53:13 +0000
I, [2020-02-20T11:53:13.666819 #515] INFO -- : [8ebb6232-bc64-4a80-9ccc-581fee303886] Processing by ClaimEventsController#index as HTML
I, [2020-02-20T11:53:13.670226 #515] INFO -- : [8ebb6232-bc64-4a80-9ccc-581fee303886] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 1.1ms | Allocations: 772)
I, [2020-02-20T11:53:19.329250 #515] INFO -- : [7cef683b-3413-4754-ba1a-025ac553a480] Started GET "/claim_events" for 127.0.0.1 at 2020-02-20 11:53:19 +0000
I, [2020-02-20T11:53:19.329979 #515] INFO -- : [7cef683b-3413-4754-ba1a-025ac553a480] Processing by ClaimEventsController#index as HTML
I, [2020-02-20T11:53:19.332890 #515] INFO -- : [7cef683b-3413-4754-ba1a-025ac553a480] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.5ms | Allocations: 780)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment