Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. [2017-01-19 10:51:59,903][PID:24][DEBUG][peewee] ('SELECT "t1"."id", "t1"."updated_at", "t1"."created_at", "t1"."name", "t1"."slug", "t1"."settings" FROM "organizations" AS t1 WHERE ("t1"."slug" = %s) LIMIT 1', [u'default'])
  2. [2017-01-19 10:51:59,905][PID:24][DEBUG][metrics] model=Organization query=select duration=1.96
  3. [2017-01-19 10:51:59,905][PID:24][DEBUG][root] Current organization: <Organization: 1, Default> (slug: default)
  4. [2017-01-19 10:51:59,906][PID:24][DEBUG][peewee] ('SELECT "t1"."id", "t1"."updated_at", "t1"."created_at", "t1"."org_id", "t1"."name", "t1"."email", "t1"."password_hash", "t1"."groups", "t1"."api_key" FROM "users" AS t1 WHERE (("t1"."id" = %s) AND ("t1"."org_id" = %s)) LIMIT 1', [1, 1])
  5. [2017-01-19 10:51:59,907][PID:24][DEBUG][metrics] model=User query=select duration=1.28
  6. [2017-01-19 10:51:59,907][PID:24][DEBUG][peewee] ('SELECT "t1"."id", "t1"."org_id", "t1"."type", "t1"."name", "t1"."permissions", "t1"."created_at" FROM "groups" AS t1 WHERE ("t1"."id" IN (%s, %s))', [2, 1])
  7. [2017-01-19 10:51:59,908][PID:24][DEBUG][metrics] model=Group query=select duration=1.19
  8. [2017-01-19 10:51:59,909][PID:24][DEBUG][peewee] ('SELECT "t1"."id", "t1"."updated_at", "t1"."created_at", "t1"."name", "t1"."slug", "t1"."settings" FROM "organizations" AS t1 WHERE ("t1"."slug" = %s) LIMIT 1', [u'default'])
  9. [2017-01-19 10:51:59,910][PID:24][DEBUG][metrics] model=Organization query=select duration=0.96
  10. [2017-01-19 10:51:59,910][PID:24][DEBUG][root] Current organization: <Organization: 1, Default> (slug: default)
  11. [2017-01-19 10:51:59,910][PID:24][DEBUG][peewee] ('SELECT "t1"."id", "t1"."org_id", "t1"."name", "t1"."type", "t1"."options", "t1"."queue_name", "t1"."scheduled_queue_name", "t1"."created_at" FROM "data_sources" AS t1 WHERE (("t1"."id" = %s) AND ("t1"."org_id" = %s)) LIMIT 1', [2, 1])
  12. [2017-01-19 10:51:59,911][PID:24][DEBUG][metrics] model=DataSource query=select duration=1.15
  13. [2017-01-19 10:51:59,912][PID:24][INFO][metrics] method=POST path=/api/data_sources/2/test endpoint=datasourcetestresource status=200 content_type=application/json content_length=28 duration=10.96 query_count=5 query_duration=5.89
  14. [2017-01-19 10:51:59,913][PID:24][INFO][metrics] method=POST path=/api/data_sources/2/test endpoint=datasourcetestresource status=500 content_type=? content_length=-1 duration=11.69 query_count=5 query_duration=5.89
  15. [2017-01-19 10:52:00,907][PID:30][DEBUG][peewee] ('SELECT "t1"."id", "t1"."updated_at", "t1"."created_at", "t1"."name", "t1"."slug", "t1"."settings" FROM "organizations" AS t1 WHERE ("t1"."slug" = %s) LIMIT 1', [u'default'])
  16. [2017-01-19 10:52:00,909][PID:30][DEBUG][metrics] model=Organization query=select duration=1.72
  17. [2017-01-19 10:52:00,909][PID:30][DEBUG][root] Current organization: <Organization: 1, Default> (slug: default)
  18. [2017-01-19 10:52:00,909][PID:30][DEBUG][peewee] ('SELECT "t1"."id", "t1"."updated_at", "t1"."created_at", "t1"."org_id", "t1"."name", "t1"."email", "t1"."password_hash", "t1"."groups", "t1"."api_key" FROM "users" AS t1 WHERE (("t1"."id" = %s) AND ("t1"."org_id" = %s)) LIMIT 1', [1, 1])
  19. [2017-01-19 10:52:00,910][PID:30][DEBUG][metrics] model=User query=select duration=1.14
  20. [2017-01-19 10:52:00,911][PID:30][DEBUG][peewee] ('SELECT "t1"."id", "t1"."updated_at", "t1"."created_at", "t1"."name", "t1"."slug", "t1"."settings" FROM "organizations" AS t1 WHERE ("t1"."slug" = %s) LIMIT 1', [u'default'])
  21. [2017-01-19 10:52:00,912][PID:30][DEBUG][metrics] model=Organization query=select duration=0.88
  22. [2017-01-19 10:52:00,912][PID:30][DEBUG][root] Current organization: <Organization: 1, Default> (slug: default)
  23. [2017-01-19 10:52:00,913][PID:30][INFO][metrics] method=POST path=/api/events endpoint=events status=200 content_type=application/json content_length=4 duration=8.90 query_count=3 query_duration=3.34
  24. [2017-01-19 10:52:00,914][PID:30][INFO][metrics] method=POST path=/api/events endpoint=events status=500 content_type=? content_length=-1 duration=9.64 query_count=3 query_duration=3.34
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement