Phillip Heller wrote:
I've found lots of conflicting info among the wiki, documentation, and list suggesting different statements (log_destination=, destination=), and perhaps outside of log{}.
The configuration files contain the most up-to-date description of the configuration.
I did look at the code, and it looks to me as if log_destination is the proper statement.
That's accepted for backwards compatibility. The *preference* is just "destination", inside of the "log" section. "log_destination" inside of the "log" section won't work. "log_destination" *outside* of the "log" section might work. The log destination is parsed before other configuration directives... to ensure that the logs go to the right place. See also 2.1.1, which has a number of fixes. Alan DeKok.