From the documentation here, it looks like you'll have to change postgresql.conf file from:
postgresql.conf
log_statement = 'all'
to:
log_statement = 'none'