From 2a4ad0f44a08ea04d713699afddf7a6d0de32b0c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 29 Nov 2014 15:02:20 -0800 Subject: [PATCH] logging: make log-root docs more explicit. --- basis/logging/logging-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/logging/logging-docs.factor b/basis/logging/logging-docs.factor index 4af3f01ef7..04260f1839 100644 --- a/basis/logging/logging-docs.factor +++ b/basis/logging/logging-docs.factor @@ -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:"