Estou executando o comando ./pgfouine.php -file 
/usr/local/pgsql/data/pg_log/postgresql-2007-08-22_112742.log > 
your-report.html

O pgFounie esta gerando a seguinte menssagem ?

pgFouine did not find any valid PostgreSQL log line in your log file:
* check that PostgreSQL uses an english locale for logging (lc_messages 
in your postgresql.conf),
* check that you use the -logtype option (syslog, stderr) according to 
your log file,
* if you use syslog and log_line_prefix, check that your log_line_prefix 
has a trailing space,
* if you use stderr, check that your log_line_prefix is of the form '%t 
[%p]: [%l-1] '.
If you think your log file and your options are correct, please contact 
the author (gsmet on [EMAIL PROTECTED] or guillaume-pg at smet dot org).


1 - Estou usando o stderr log file.

2- Configuração posgresql.conf:

    log_min_duration_statement = 0
    log_duration = off
    log_statement = 'none'

    log_destination = 'stderr'
    redirect_stderr = on
    silent_mode = on
    log_line_prefix = '%t [%p]: [%l-1] '


3 - Mudei O lc_messages para en_US.


Tenho que mudar mais algum parametro ?




_______________________________________________
pgbr-geral mailing list
[email protected]
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a