Kojihub xmlrpc log spewage

Doug Ledford dledford at redhat.com
Wed Aug 6 23:46:53 UTC 2008


Can anyone tell me how to make the postgresql code in the xmlrpc engine
not spew all over my httpd error log?  In less than 1 week I have in
excess of 500MB of stuff like this:

Execute operation completed in 0.0001 seconds
fetchall operation completed in 0.0000 seconds
SELECT tag_id FROM group_config
        WHERE create_event > 4160 OR revoke_event > 4160
        
Execute operation completed in 0.0002 seconds
fetchall operation completed in 0.0000 seconds

        SELECT
user_id,authtype,expired,start_time,update_time,master,exclusive,callnum
FROM sessions
        WHERE id = 7475
        AND key = '3-GvtCW6UIMQ17LbWlnlJ'
        AND hostip = '172.31.0.1'
        FOR UPDATE
        
Execute operation completed in 0.0004 seconds
fetchone operation completed in 0.0001 seconds
SELECT name,status,usertype FROM users WHERE id=3
Execute operation completed in 0.0002 seconds
fetchone operation completed in 0.0000 seconds
UPDATE sessions SET update_time=NOW() WHERE id = 7475
Execute operation completed in 0.0002 seconds
UPDATE sessions SET callnum=158074 WHERE id = 7475
Execute operation completed in 0.0002 seconds
SELECT id, name, perm_id, arches, locked FROM tag_config
    JOIN tag ON tag_config.tag_id = tag.id
    WHERE tag_config.active = TRUE
        AND  tag.name = 'dist-F9-SCM-build'
Execute operation completed in 0.0004 seconds
fetchall operation completed in 0.0000 seconds

        SELECT
user_id,authtype,expired,start_time,update_time,master,exclusive,callnum
FROM sessions
        WHERE id = 7475
        AND key = '3-GvtCW6UIMQ17LbWlnlJ'
        AND hostip = '172.31.0.1'
        FOR UPDATE
        
Execute operation completed in 0.0004 seconds
fetchone operation completed in 0.0001 seconds
SELECT name,status,usertype FROM users WHERE id=3
Execute operation completed in 0.0002 seconds
fetchone operation completed in 0.0000 seconds
UPDATE sessions SET update_time=NOW() WHERE id = 7475
Execute operation completed in 0.0002 seconds
UPDATE sessions SET callnum=158075 WHERE id = 7475
Execute operation completed in 0.0002 seconds
SELECT id, name, perm_id, arches, locked FROM tag_config
    JOIN tag ON tag_config.tag_id = tag.id
    WHERE tag_config.active = TRUE
        AND  tag.name = 'dist-F10-SCM-build'
Execute operation completed in 0.0004 seconds
fetchall operation completed in 0.0000 seconds

-- 
Doug Ledford <dledford at redhat.com>
              GPG KeyID: CFBFF194
              http://people.redhat.com/dledford

Infiniband specific RPMs available at
              http://people.redhat.com/dledford/Infiniband

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-buildsys-list/attachments/20080806/ebad57ac/attachment.sig>


More information about the Fedora-buildsys-list mailing list