[OSM-dev] What is this : SET client_min_messages TO 'panic' ?
Alexandru
icidrop at yahoo.com
Mon Nov 14 10:21:46 GMT 2011
I noticed that after my server send a partial response it stops for a minute then prints that line and continues to serve. see below. Is it something i should be concerned? Is it because of my database? i am on ubuntu 11.10 64 bit with ext4 partition
[2011-11-14 12:12:27.844784 #8820] Completed in 1269ms (View: 37, DB: 4) | 200 OK [http://192.168.0.177/?lat=47.0183&lon=28.8379&zoom=14]
[2011-11-14 12:13:40.188602 #8820] SQL (0.2ms) SET client_min_messages TO 'panic'
[2011-11-14 12:13:40.190560 #8820] SQL (0.3ms) SET standard_conforming_strings = on
[2011-11-14 12:13:40.191072 #8820] SQL (0.2ms) SET client_min_messages TO 'notice'
[2011-11-14 12:13:40.204445 #8820] Processing SiteController#edit (for 192.168.0.101 at 2011-11-14 12:13:40) [GET]
[2011-11-14 12:13:40.204917 #8820] Parameters: {"lon"=>"28.8379", "lat"=>"47.0183", "zoom"=>"14"}
[2011-11-14 12:13:40.213128 #8820] User Load (1.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1 AND ("users"."status" IN ('active','confirmed','suspended')))
[2011-11-14 12:13:41.443173 #8820] Rendering template within layouts/site
[2011-11-14 12:13:41.443277 #8820] Rendering site/edit
[2011-11-14 12:13:41.444257 #8820] Rendered site/_sidebar (0.3ms)
[2011-11-14 12:13:41.446990 #8820] Rendered site/_search (2.5ms)
[2011-11-14 12:13:41.447524 #8820] Rendered site/_resize (0.3ms)
[2011-11-14 12:13:41.458399 #8820] ClientApplication Load (0.8ms) SELECT * FROM "client_applications" WHERE ("client_applications"."key" = 'PF6BO9Q0RoMRXyRX4ILKQ') LIMIT 1
[2011-11-14 12:13:41.566409 #8820] AccessToken Load (0.9ms) SELECT * FROM "oauth_tokens" WHERE (("oauth_tokens"."client_application_id" = 1) AND ("oauth_tokens"."invalidated_at" IS NULL AND "oauth_tokens"."user_id" = 1)) AND ( ("oauth_tokens"."type" = 'AccessToken' ) ) LIMIT 1
[2011-11-14 12:13:41.573949 #8820] ClientApplication Load (0.5ms) SELECT * FROM "client_applications" WHERE ("client_applications"."id" = 1)
[2011-11-14 12:13:41.576657 #8820] Rendered site/_potlatch2 (128.9ms)
[2011-11-14 12:13:41.586945 #8820] UserRole Load (0.8ms) SELECT * FROM "user_roles" WHERE (("user_roles"."user_id" = 1))
[2011-11-14 12:13:41.587331 #8820] Rendered layouts/_head (9.9ms)
[2011-11-14 12:13:41.588497 #8820] Rendered layouts/_flash (0.1ms)
[2011-11-14 12:13:41.598519 #8820] SQL (0.8ms) SELECT count(*) AS count_all FROM "messages" WHERE ("messages"."to_user_id" = 1 AND ("messages"."message_read" = 'f' AND "messages"."to_user_visible" = 't'))
[2011-11-14 12:13:41.599487 #8820] Rendered layouts/_inbox (9.8ms)
[2011-11-14 12:13:41.609668 #8820] Completed in 1405ms (View: 163, DB: 6) | 200 OK [http://192.168.0.177/edit?lat=47.0183&lon=28.8379&zoom=14]
[2011-11-14 12:13:41.710205 #8820] SQL (0.3ms) SET client_min_messages TO 'panic'
[2011-11-14 12:13:41.711168 #8820] SQL (0.3ms) SET standard_conforming_strings = on
[2011-11-14 12:13:41.711518 #8820] SQL (0.2ms) SET client_min_messages TO 'notice'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/dev/attachments/20111114/7a0f0fd6/attachment-0001.html>
More information about the dev
mailing list