I have:
Fedora Core 1
phpPgAdmin 3.2.1 and phpPgAdmin 3.3
postgresql 7.3.4

pg_hba.conf
host all all 0.0.0.0 0.0.0.0 trust
local  all     all     trust

config of phpPgAdmin:
// Example for a second server
        $conf['servers'][1]['desc'] = 'cenik';
        $conf['servers'][1]['host'] = '127.0.0.1';
        $conf['servers'][1]['port'] = 5432;
        $conf['servers'][1]['defaultdb'] = 'cenik';

I have problem with loging.
There are no messages in postgresql log.

With psql I can log normaly.

Please help me.
Thank you.