Bill Moran <wmoran(at)collaborativefusion(dot)com> writes:
> Notice that the order is different between the two. Apparently, log is more
> verbose than notice for clients, but less verbose than notice for the log.
Yup, that's intentional. LOG-level messages are supposed to go to the
log but not to clients under the default settings, and this is the least
unclean way to allow that to happen.
regards, tom lane