Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wangliyao/e0d934c969730a7b50351dc22fa40e6e to your computer and use it in GitHub Desktop.
Save wangliyao/e0d934c969730a7b50351dc22fa40e6e to your computer and use it in GitHub Desktop.
I, [2020-05-28T16:59:31.374454 #7374] INFO -- : [d3d0029f-ac50-4081-baa5-da7ffd5dd2e8] Processing by ActiveStorage::DirectUploadsController#create as JSON
I, [2020-05-28T16:59:31.374553 #7374] INFO -- : [d3d0029f-ac50-4081-baa5-da7ffd5dd2e8] Parameters: {"blob"=>{"filename"=>"action_cable_client demo with Rails 5.mp4", "content_type"=>"video/mp4", "byte_size"=>2739346, "checksum"=>"n0YLB86osur3MJQmXGgJFg=="}, "base"=>{"blob"=>{"filename"=>"action_cable_client demo with Rails 5.mp4", "content_type"=>"video/mp4", "byte_size"=>2739346, "checksum"=>"n0YLB86osur3MJQmXGgJFg=="}}}
W, [2020-05-28T16:59:31.374856 #7374] WARN -- : [d3d0029f-ac50-4081-baa5-da7ffd5dd2e8] Can't verify CSRF token authenticity.
D, [2020-05-28T16:59:31.376809 #7374] DEBUG -- : [d3d0029f-ac50-4081-baa5-da7ffd5dd2e8] (0.3ms) BEGIN
D, [2020-05-28T16:59:31.377497 #7374] DEBUG -- : [d3d0029f-ac50-4081-baa5-da7ffd5dd2e8] ActiveStorage::Blob Create (0.4ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "byte_size", "checksum", "created_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["key", "n75cvto1jphdlqxv7kuhnqyxhpem"], ["filename", "action_cable_client demo with Rails 5.mp4"], ["content_type", "video/mp4"], ["byte_size", 2739346], ["checksum", "n0YLB86osur3MJQmXGgJFg=="], ["created_at", "2020-05-28 08:59:31.375994"]]
D, [2020-05-28T16:59:31.378070 #7374] DEBUG -- : [d3d0029f-ac50-4081-baa5-da7ffd5dd2e8] (0.2ms) COMMIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment