diff options
author | 2010-08-27 10:17:51 +0100 | |
---|---|---|
committer | 2010-08-27 10:17:51 +0100 | |
commit | 3c8d136cc5ea32b19e8c4677ef1b639cf997ab1b (patch) | |
tree | 5e73589fb2fa2c621baae089a220d581b4c7425b | |
parent | 378b0759265dd690924000229d432b027af13718 (diff) | |
download | paludis-3c8d136cc5ea32b19e8c4677ef1b639cf997ab1b.tar.gz paludis-3c8d136cc5ea32b19e8c4677ef1b639cf997ab1b.tar.xz |
Document log_path
-rw-r--r-- | doc/configuration/output.html.part.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/configuration/output.html.part.in b/doc/configuration/output.html.part.in index e4548cc8e..1fc7b9eff 100644 --- a/doc/configuration/output.html.part.in +++ b/doc/configuration/output.html.part.in @@ -11,7 +11,7 @@ installing a package, or syncing a repository. The basic configuration is set in <code>$SHAREDIR/environments/paludis/default_output.conf</code>, and additional configuration can be specified by the user in <code>output.conf</code> in the normal configuration directory.</p> -<p>There are currently two basic settings that can be set in <code>output.conf</code>:</p> +<p>There are currently a few basic settings that can be set in <code>output.conf</code>:</p> <pre> # always_keep_output_logs may be set to 'true' to always keep output logs, even @@ -21,6 +21,10 @@ always_keep_output_logs = false # quiet may be set to 'true' to show only messages, rather than all output, when # carrying out an action. quiet = false + +# log_path can be set to change where log files are saved. It defaults to +# ${root}/var/log/paludis . +log_path = ${root}/var/log/paludis </pre> <p>For more advanced usage, two additional variables allow additional output managers to be specified: |