2013/12/19 12:17:49 [notice] 3007#0: *1 [lua] postgres.lua:35: select(): SQL: SELECT * from "product_links" where product_id = 16 while sending to client, client: 127.0.0.1, server: , request: "GET / HTTP/1.1", host: "localhost"
2013/12/19 12:17:49 [notice] 3007#0: *1 [lua] postgres.lua:35: select(): SQL: SELECT * from "product_links" where product_id = 17 while sending to client, client: 127.0.0.1, server: , request: "GET / HTTP/1.1", host: "localhost"
2013/12/19 12:17:49 [notice] 3007#0: *1 [lua] postgres.lua:35: select(): SQL: SELECT * from "links" where type_id = 7 while sending to client, client: 127.0.0.1, server: , request: "GET / HTTP/1.1", host: "localhost"
2013/12/19 12:17:50 [notice] 3007#0: *1 [lua] postgres.lua:35: select(): SQL: SELECT * from "links" where type_id = 8 while sending to client, client: 127.0.0.1, server: , request: "GET / HTTP/1.1", host: "localhost"
2013/12/19 12:17:50 [notice] 3007#0: *1 [lua] postgres.lua:35: select(): SQL: SELECT * from "links" where type_id = 9 while sending to client, client: 127.0.0.1, server: , request: "GET / HTTP/1.1", host: "localhost"
These will actually show up in the log file, too. I would also like to suppress them so that they wont show up in the logs anymore.
(These and all the other SQL statements...)
--Kai
On Wednesday, December 18, 2013 2:32:55 PM UTC-5, agentzh wrote:
Hello!
On Wed, Dec 18, 2013 at 5:48 AM, Kai Janson wrote:
> I am looking to suppress the SQL statements on screen and in the log file as
> there are many and it makes for a busy log file.
>
What do you mean by "SQL statements on screen"? You mentioned "busy
log file", will you paste some typical log messages you're seeing?
Thanks!
-agentzh