"Garcia, Joshua" <Joshua(dot)Garcia(at)xerox(dot)com> writes:
> I actually tried that using the SET log_min_messages TO log-level
> command.
> The NOTICE and CONTEXT messages came out just as usual. Did I do
> something wrong or do I need to do something different?
If you are unhappy with what appears on your terminal, you probably want
to fool with client_min_messages, instead. Also, if using psql, try
experimenting with "\set VERBOSITY terse" to reduce the amount of
chatter per message.
regards, tom lane