From: Joel Rosdahl Date: Tue, 26 Feb 2019 20:05:06 +0000 (+0100) Subject: Hint about the new debug mode in the troubleshooting manual section X-Git-Tag: v3.7~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd727da82ddb6cdf424804b489dc8604d239fb49;p=thirdparty%2Fccache.git Hint about the new debug mode in the troubleshooting manual section --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 7a5766054..23d7b4902 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -1142,9 +1142,10 @@ General ~~~~~~~ A general tip for getting information about what ccache is doing is to enable -debug logging by setting *log_file*. The log contains executed commands, -important decisions that ccache makes, read and written files, etc. Another way -of keeping track of what is happening is to check the output of *ccache -s*. +debug logging by setting the configuration option *debug* (or the environment +variable *CCACHE_DEBUG*); see <<_cache_debugging,debugging>> for more +information. Another way of keeping track of what is happening is to check the +output of *ccache -s*. Performance