From: Jeremy Harris Date: Sun, 8 May 2022 13:01:03 +0000 (+0100) Subject: Docs: clarify distinction between config file and Makefile, for log_file_path. Bug... X-Git-Tag: exim-4.96-RC1~6 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/dae17adc827cb536c485637680adde4facae8a78 Docs: clarify distinction between config file and Makefile, for log_file_path. Bug 2825 --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index eafd56fba..76ff4f231 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -38454,7 +38454,7 @@ LOG_FILE_PATH, and uses the first item it finds that is neither empty nor &"syslog"&. This means that an empty item in &%log_file_path%& can be used to mean &"use the path specified at build time"&. If no such item exists, log files are written in the &_log_& subdirectory of the spool directory. This is -equivalent to the setting: +equivalent to the configuration file setting: .code log_file_path = $spool_directory/log/%slog .endd @@ -38465,7 +38465,7 @@ that is where the logs are written. A log file path may also contain &`%D`& or &`%M`& if datestamped log filenames are in use &-- see section &<>& below. -Here are some examples of possible settings: +Here are some examples of possible Makefile settings: .display &`LOG_FILE_PATH=syslog `& syslog only &`LOG_FILE_PATH=:syslog `& syslog and default path