Can not write to PPAS logfile

60 views Asked by At

Now, I am testing query from application to PPAS via PgPool.

When I query

select a.name, b.name from tb_01 a, tb_02 c where a.id = b.id_ref 

... or update/insert, I have to wait for a long time (30 --> 60 seconds).

I check in my PPAS log file but I can not find any information about this query.

Example:

  • Query (*)
  • Complete affter waiting for 30 seconds.
  • View log file (dont see any info)

I tested with another query, and it's ok, I can find info in log file.

0

There are 0 answers