Gaetano Mendola <mendola(at)bigfoot(dot)com> writes:
> using Postgres 7.4.2 I'm seeing in my log
> file thousand of line with "CONTEXT: "
Any particular context?
> I need to habe the log level debug2,
You should hardly gripe about bulkiness of the log in that case...
> and I'm seeing that the CONTEXT disappear only with:
> log_min_messages = fatal
Perhaps log_error_verbosity is what you want to play with.
regards, tom lane