]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Hint about the new debug mode in the troubleshooting manual section
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 26 Feb 2019 20:05:06 +0000 (21:05 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 26 Feb 2019 20:05:06 +0000 (21:05 +0100)
doc/MANUAL.adoc

index 7a5766054b93f45498e7a74b36561714f153beb3..23d7b4902763e6837d5d3375a42afeaccd014df3 100644 (file)
@@ -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