]> gitweb.factorcode.org Git - factor.git/commitdiff
logging: make log-root docs more explicit.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 29 Nov 2014 23:02:20 +0000 (15:02 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 29 Nov 2014 23:02:20 +0000 (15:02 -0800)
basis/logging/logging-docs.factor

index 4af3f01ef7bb50911b13f6210a9488f36d04895d..04260f18397af9e6ae9f9cab4f36bd0b3f750243 100644 (file)
@@ -32,7 +32,7 @@ ARTICLE: "logging.files" "Log files"
 { $subsections with-logging }
 "Log messages are written to " { $snippet "log-root/service/1.log" } ", where"
 { $list
-    { { $snippet "log-root" } " is the Factor source directory by default, but can be overriden with the " { $link log-root } " variable" }
+    { { $snippet "log-root" } " is " { $snippet "resource:logs" } " by default, but can be overriden with the " { $link log-root } " variable" }
     { { $snippet "service" } " is the service name" }
 }
 "You can get the log path for a service:"